diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-09 00:24:41 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-09 00:24:41 +0200 |
commit | acf2acc79558471ff909e9edb11b0bef5e95f25c (patch) | |
tree | ae6cd512d4b00f7c297e7fdfd15195828ca7e385 | |
parent | e015bdfed3417492dcc7ef794344bca9dacb1686 (diff) | |
download | portato-acf2acc79558471ff909e9edb11b0bef5e95f25c.tar.gz portato-acf2acc79558471ff909e9edb11b0bef5e95f25c.tar.bz2 portato-acf2acc79558471ff909e9edb11b0bef5e95f25c.zip |
Make (again) normal portage backend the default
-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..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/" |