diff options
author | Sérgio Almeida <mephx.x@gmail.com> | 2009-07-31 23:29:02 +0100 |
---|---|---|
committer | Sérgio Almeida <mephx.x@gmail.com> | 2009-07-31 23:29:02 +0100 |
commit | bf683ea4d54db55262dae3419729672b1933837f (patch) | |
tree | d19a9c4f4415b967a922ac9577b5c385b3523963 /uprofile.py | |
parent | Merge branch 'uselect' (diff) | |
download | uselect-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-x | uprofile.py | 1 |
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): |