diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-18 20:02:53 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-18 20:02:53 +0100 |
commit | 57c377c2ea2d8f2b3c265a2f54925fd661ac3164 (patch) | |
tree | 1aa2b4650cad1516ce10680b882e2a3cfb06d42d /portato/constants.py | |
parent | 1024a00138be442884acbdc3ed6faf28e03ad69b (diff) | |
download | portato-57c377c2ea2d8f2b3c265a2f54925fd661ac3164.tar.gz portato-57c377c2ea2d8f2b3c265a2f54925fd661ac3164.tar.bz2 portato-57c377c2ea2d8f2b3c265a2f54925fd661ac3164.zip |
Removed gtk subdir
Diffstat (limited to 'portato/constants.py')
-rw-r--r-- | portato/constants.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/portato/constants.py b/portato/constants.py index 2059315..1257256 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -25,11 +25,6 @@ These should be set during the installation. @var USE_CATAPULT: use the catapult backend or the normal ones @type USE_CATAPULT: boolean -@var FRONTENDS: the list of frontends which are installed -@type FRONTENDS: string[] -@var STD_FRONTEND: the frontend uses as the default, i.e. if no other one is given on the cmdline -@type STD_FRONTEND: string - @var CONFIG_DIR: The configuration directory. @type CONFIG_DIR: string @var CONFIG_LOCATION: L{CONFIG_DIR} plus name of the config file. @@ -67,10 +62,6 @@ HOME = os.environ["HOME"] SU_COMMAND = "gksu -D 'Portato'" USE_CATAPULT = True -# frontends -FRONTENDS = ["gtk"] -STD_FRONTEND = "gtk" - # config CONFIG_DIR = "/etc/portato/" CONFIG_LOCATION = pjoin(CONFIG_DIR, "portato.cfg") |