Re: problems with import tags
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
Quoting James Thompson <[email protected]>: > On Saturday 03 April 2004 01:25 pm, [email protected] wrote: > > in common/definitions/GParser.py line 431 > > if i replace > > > > form = self._xmlParser.loadFile(handle, self.findParentOfType(None)._app, > > initialize=0) > > > > by > > > > form = self._xmlParser.loadFile(handle, > > self.findParentOfType(None)._instance, initialize=1) > > > > _instance is gnue-forms specific. So I think this change would break the > other tools ability to import. I'm not sure this will be fixed before the > next release which we are targeting for this week. i can wait a bit more > > Take Care, > james > > > _______________________________________________ > Gnue mailing list > [email protected] > http://mail.gnu.org/mailman/listinfo/gnue >