summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authorNecoro <>2008-01-09 13:56:46 +0000
committerNecoro <>2008-01-09 13:56:46 +0000
commitf18e95eb27f7d54c1984b9925a927b1bd3098baf (patch)
tree36601a37fba559e8b322b848af94765e476392e6 /portato/constants.py
parent4460f9d840d1db191a030d24825df9f3c581d6fa (diff)
downloadportato-f18e95eb27f7d54c1984b9925a927b1bd3098baf.tar.gz
portato-f18e95eb27f7d54c1984b9925a927b1bd3098baf.tar.bz2
portato-f18e95eb27f7d54c1984b9925a927b1bd3098baf.zip
r586@Devoty: necoro | 2008-01-09 14:54:18 +0100
Disabled catapult till it is really usable
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py
index 2059315..3cff9ac 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -65,7 +65,7 @@ APP = "portato"
VERSION = "9999"
HOME = os.environ["HOME"]
SU_COMMAND = "gksu -D 'Portato'"
-USE_CATAPULT = True
+USE_CATAPULT = False
# frontends
FRONTENDS = ["gtk"]