summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/constants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py
index 3ab5a80..937dea5 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -43,6 +43,9 @@ These should be set during the installation.
@type SETTINGS_DIR: string
@var TEMPLATE_DIR: Directory containing the UI template files.
@type TEMPLATE_DIR: string
+
+@var REPOURI: the URI of the bzr repository -- only used in live versions
+@type REPOURI: string
"""
import os
from os.path import join as pjoin
@@ -68,3 +71,6 @@ LOCALE_DIR = "i18n/"
PLUGIN_DIR = pjoin(DATA_DIR, "plugins/")
SETTINGS_DIR = pjoin(HOME, "."+APP)
TEMPLATE_DIR = "portato/gui/templates/"
+
+# live versions only
+REPOURI = "lp:portato"
ecoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for ↵René 'Necoro' Neumann2-10/+18 selections :) 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107