fix regarding Bug #164 (Proper usage of special characters in paths) - not clear if that's all

This commit is contained in:
Miroslav Stampar 2010-04-16 15:12:42 +00:00
parent 938a3ab0b9
commit bece99908c

View File

@ -234,4 +234,4 @@ def queriesParser():
checkFile(xmlfile)
handler = queriesHandler()
parse(xmlfile, handler)
parse(open(xmlfile), handler)