summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 20:29:02 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 20:29:02 +0100
commit3687cae46019abca370d0ee54be2abdc6dc9dfc5 (patch)
tree1e3c2dd8d7132d0beb99a6a2da4eb57f9639686f /portato/constants.py
parent913cf96bb600ca29f522aac9f547a098cedb638d (diff)
downloadportato-3687cae46019abca370d0ee54be2abdc6dc9dfc5.tar.gz
portato-3687cae46019abca370d0ee54be2abdc6dc9dfc5.tar.bz2
portato-3687cae46019abca370d0ee54be2abdc6dc9dfc5.zip
Use the local etc-file
Diffstat (limited to '')
-rw-r--r--portato/constants.py2
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")