From 6964213a2b486865b737f22d1520f4cd0d4e5b11 Mon Sep 17 00:00:00 2001 From: PatrickBeck Date: Thu, 11 Sep 2008 19:11:45 +0000 Subject: [PATCH] path to the unit.xml file modified git-svn-id: http://www.neo1973-germany.de/svn@147 46df4e5c-bc4e-4628-a0fc-830ba316316d --- unitc/unit_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unitc/unit_converter.py b/unitc/unit_converter.py index 4687363..9bec26b 100644 --- a/unitc/unit_converter.py +++ b/unitc/unit_converter.py @@ -13,7 +13,7 @@ import xml.dom.minidom from sys import exit try: - unitfile = 'unit.xml' # path to the unit file + unitfile = '/usr/share/unitc/unit.xml' # path to the unit file file = xml.dom.minidom.parse(unitfile) # parse the xml file except: print 'The unitfile can not be opened or found'