From acf2acc79558471ff909e9edb11b0bef5e95f25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 9 Apr 2008 00:24:41 +0200 Subject: Make (again) normal portage backend the default --- portato/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/constants.py') 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/" -- cgit v1.2.3