From 372c5781ae6723f65bb9e6cea2d719f916d8b265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 3 Jul 2008 23:50:00 +0200 Subject: Removed XSD_LOCATION -- as there is no more xsd ;) --- portato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato.py') diff --git a/portato.py b/portato.py index 69fb792..cea4ad7 100755 --- a/portato.py +++ b/portato.py @@ -19,7 +19,7 @@ import gettext, locale from optparse import OptionParser, SUPPRESS_HELP from portato import get_listener -from portato.constants import VERSION, XSD_LOCATION, LOCALE_DIR, APP, SU_COMMAND +from portato.constants import VERSION, LOCALE_DIR, APP, SU_COMMAND def main (): # set gettext stuff -- cgit v1.2.3