diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-25 20:29:02 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-25 20:29:02 +0100 |
commit | 3687cae46019abca370d0ee54be2abdc6dc9dfc5 (patch) | |
tree | 1e3c2dd8d7132d0beb99a6a2da4eb57f9639686f | |
parent | 913cf96bb600ca29f522aac9f547a098cedb638d (diff) | |
download | portato-3687cae46019abca370d0ee54be2abdc6dc9dfc5.tar.gz portato-3687cae46019abca370d0ee54be2abdc6dc9dfc5.tar.bz2 portato-3687cae46019abca370d0ee54be2abdc6dc9dfc5.zip |
Use the local etc-file
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 1257256..50975d1 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -63,7 +63,7 @@ SU_COMMAND = "gksu -D 'Portato'" USE_CATAPULT = True # config -CONFIG_DIR = "/etc/portato/" +CONFIG_DIR = "/home/necoro/dev/portato/version_list/etc/" CONFIG_LOCATION = pjoin(CONFIG_DIR, "portato.cfg") SESSION_DIR = pjoin(os.environ["HOME"], ".portato") |