diff options
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 3 |
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 |