From 758a0222c2cd3db6a0dd05fe4f5afc362b58ada1 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 24 Dec 2010 18:38:04 -0500 Subject: early stages --- util/Config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/Config.py b/util/Config.py index 4cf2ed5..55da1b4 100644 --- a/util/Config.py +++ b/util/Config.py @@ -11,7 +11,7 @@ def loadConfigFile(fileName): #TODO: error handling etc. if '.params' in fileName: return fileToDict(fileName) if '.xml' in fileName: - config = ElementTree() + config = ElementTree() #use .fromstring, and resolve xincludes config.parse(fileName) return config except: -- cgit v1.2.3