summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-09 00:24:41 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-09 00:24:41 +0200
commitacf2acc79558471ff909e9edb11b0bef5e95f25c (patch)
treeae6cd512d4b00f7c297e7fdfd15195828ca7e385 /portato/constants.py
parente015bdfed3417492dcc7ef794344bca9dacb1686 (diff)
downloadportato-acf2acc79558471ff909e9edb11b0bef5e95f25c.tar.gz
portato-acf2acc79558471ff909e9edb11b0bef5e95f25c.tar.bz2
portato-acf2acc79558471ff909e9edb11b0bef5e95f25c.zip
Make (again) normal portage backend the default
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 1257256..32f0f9b 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -60,7 +60,7 @@ APP = "portato"
VERSION = "9999"
HOME = os.environ["HOME"]
SU_COMMAND = "gksu -D 'Portato'"
-USE_CATAPULT = True
+USE_CATAPULT = False
# config
CONFIG_DIR = "/etc/portato/"