From d68f3b26ad1e21b42677a0536af7390edbd5c476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 20 Feb 2009 13:42:54 +0100 Subject: Generalize the new_version plugin --- portato/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'portato/constants.py') 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" -- cgit v1.2.3