Bug on objectdictgen corrected
authorlbessard
Fri, 11 May 2007 11:22:58 +0200
changeset 184 fb253029c7d4
parent 183 4cddad17c81f
child 185 d529e20c323c
Bug on objectdictgen corrected
objdictgen/objdictgen.py
--- a/objdictgen/objdictgen.py	Thu May 10 09:33:07 2007 +0200
+++ b/objdictgen/objdictgen.py	Fri May 11 11:22:58 2007 +0200
@@ -53,7 +53,7 @@
 
 if __name__ == '__main__':
     if fileIn != "" and fileOut != "":
-        manager = NodeManager()
+        manager = NodeManager(sys.path[0])
         if os.path.isfile(fileIn):
             print "Parsing input file"
             result = manager.OpenFileInCurrent(fileIn)