diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-08 15:44:51 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-08 15:44:51 +0200 |
commit | 4ff350a2286133638f3aae0bf5b0688c0795e07b (patch) | |
tree | 6c63b9a1eda1c4aa1a47daa7001b31cf2748a2ba /portato/constants.py | |
parent | 276451a383052ffdc67f561082825cc84aa83bd7 (diff) | |
download | portato-4ff350a2286133638f3aae0bf5b0688c0795e07b.tar.gz portato-4ff350a2286133638f3aae0bf5b0688c0795e07b.tar.bz2 portato-4ff350a2286133638f3aae0bf5b0688c0795e07b.zip |
Removed the USE_CATAPULT stuff
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/portato/constants.py b/portato/constants.py index 93e4240..3d7217f 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -22,8 +22,6 @@ These should be set during the installation. @type HOME: string @var SU_COMMAND: command to execute to "su" @type SU_COMMAND: string -@var USE_CATAPULT: use the catapult backend or the normal ones -@type USE_CATAPULT: boolean @var CONFIG_DIR: The configuration directory. @type CONFIG_DIR: string @@ -58,7 +56,6 @@ APP = "portato" VERSION = "9999" HOME = os.environ["HOME"] SU_COMMAND = "gksu -D 'Portato'" -USE_CATAPULT = False # config CONFIG_DIR = "/etc/portato/" |