summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authornecoro <>2007-03-10 19:19:33 +0000
committernecoro <>2007-03-10 19:19:33 +0000
commitc399a6690b7981f1bd6c513666c4b37d71b5a855 (patch)
treeef7139b59f315390811d2e8fc8c7e628e25e6449 /portato/constants.py
parent50aa869c3f35a4646009f2cbc1a16f555f3914a8 (diff)
downloadportato-c399a6690b7981f1bd6c513666c4b37d71b5a855.tar.gz
portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.tar.bz2
portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.zip
First plugin support
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/portato/constants.py b/portato/constants.py
index 0e18425..85fde6e 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -14,9 +14,8 @@ CONFIG_DIR = "/etc/portato/"
CONFIG_LOCATION = CONFIG_DIR+"portato.cfg"
DATA_DIR = "portato/gui/gtk/glade/"
+PLUGIN_DIR = "plugins/"
VERSION = 9999
FRONTENDS = ["gtk"]
STD_FRONTEND = "gtk"
-
-USE_GTKSOURCEVIEW = False