summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-07-31 23:29:02 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-07-31 23:29:02 +0100
commitbf683ea4d54db55262dae3419729672b1933837f (patch)
treed19a9c4f4415b967a922ac9577b5c385b3523963 /uprofile.py
parentMerge branch 'uselect' (diff)
downloaduselect-bf683ea4d54db55262dae3419729672b1933837f.tar.gz
uselect-bf683ea4d54db55262dae3419729672b1933837f.tar.bz2
uselect-bf683ea4d54db55262dae3419729672b1933837f.zip
uprofile now uses PWD instead of HOME for profile storage
Diffstat (limited to 'uprofile.py')
-rwxr-xr-xuprofile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/uprofile.py b/uprofile.py
index cc04512..129bd02 100755
--- a/uprofile.py
+++ b/uprofile.py
@@ -19,6 +19,7 @@ from uio import printsystem
verbose = False
printsystem.set_type('profile')
+filesystem.set_type('profile')
class Profile(Module):