diff options
author | Necoro <> | 2007-11-12 20:03:35 +0000 |
---|---|---|
committer | Necoro <> | 2007-11-12 20:03:35 +0000 |
commit | 69122abc3e2156e3b3a9a82f4ab5b0b68f694aad (patch) | |
tree | 289cfdf5a99b9dfd39426e664128920935e86a47 /portato/constants.py | |
parent | 0b335d1dd85a8fc39b4cf08803d3e07e246ba6a3 (diff) | |
download | portato-69122abc3e2156e3b3a9a82f4ab5b0b68f694aad.tar.gz portato-69122abc3e2156e3b3a9a82f4ab5b0b68f694aad.tar.bz2 portato-69122abc3e2156e3b3a9a82f4ab5b0b68f694aad.zip |
r543@Devoty: necoro | 2007-11-12 21:02:39 +0100
Added saved preferences
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py index 66ddf8d..f5a21f6 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -74,6 +74,7 @@ STD_FRONTEND = "gtk" # config CONFIG_DIR = "/etc/portato/" CONFIG_LOCATION = pjoin(CONFIG_DIR, "portato.cfg") +PREF_DIR = pjoin(os.environ["HOME"], ".portato") # misc dirs DATA_DIR = "./" |