summaryrefslogtreecommitdiff
path: root/fs/utils.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2012-01-24 20:15:51 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2012-01-24 20:15:51 +0000
commit31a3b90a64becf6eb1a807bde59a849a20377456 (patch)
tree77bba57097f127547b287d2fcf967f5a33ef24c1 /fs/utils.py
parent10ae5a372451a78b318a24714839e2616835fe4c (diff)
downloadpyfilesystem-31a3b90a64becf6eb1a807bde59a849a20377456.tar.gz
Colour tweak to fstree
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@749 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/utils.py')
-rw-r--r--fs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/utils.py b/fs/utils.py
index 962cc37..92b4d9f 100644
--- a/fs/utils.py
+++ b/fs/utils.py
@@ -494,7 +494,7 @@ def print_fs(fs,
def wrap_prefix(prefix):
if not terminal_colors:
return prefix
- return '\x1b[2m%s\x1b[0m' % prefix
+ return '\x1b[32m%s\x1b[0m' % prefix
def wrap_dirname(dirname):
if not terminal_colors: