diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-03-19 21:10:37 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-03-19 21:10:37 +0100 |
commit | abde20daebee82abb754835d6f7c309f7aea3819 (patch) | |
tree | 0e9f36dec4c9656df67b373713b4a30a7e1c2f36 /portato/constants.py | |
parent | 79586b7b6a02d0f88246574c943f9a01f4dd89b6 (diff) | |
download | portato-abde20daebee82abb754835d6f7c309f7aea3819.tar.gz portato-abde20daebee82abb754835d6f7c309f7aea3819.tar.bz2 portato-abde20daebee82abb754835d6f7c309f7aea3819.zip |
Add support for ktsuss as su frontend
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 f188897..7d2a9d6 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -20,8 +20,6 @@ These should be set during the installation. @type VERSION: string @var HOME: shortcut to $HOME @type HOME: string -@var SU_COMMAND: command to execute to "su" -@type SU_COMMAND: string @var CONFIG_DIR: The configuration directory. @type CONFIG_DIR: string @@ -58,7 +56,6 @@ APP_ICON = pjoin(ICON_DIR, "portato-icon.png") APP = "portato" VERSION = "9999" HOME = os.environ["HOME"] -SU_COMMAND = "gksu -D 'Portato'" # config CONFIG_DIR = "etc/" |