--- GParser-svn.py Mon May 31 10:02:47 2004 +++ GParser.py Mon May 31 10:04:55 2004 @@ -428,7 +428,9 @@ # Open the library and convert it into objects # handle = openResource(self.library) - form = self._xmlParser.loadFile(handle, self.findParentOfType(None)._app, initialize=0) + + ###################### _app -> _instance + form = self._xmlParser.loadFile(handle, self.findParentOfType(None)._instance, initialize=0) handle.close() id = 'id' if hasattr(self,'name'):