/[papo]/gnue/forms/src/GFLibrary.py
ViewVC logotype

Diff of /gnue/forms/src/GFLibrary.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by charlie, Fri Jun 28 19:43:53 2002 UTC revision 1.2 by jlenton, Mon Nov 4 18:53:22 2002 UTC
# Line 49  class GFImportItem(GObj): Line 49  class GFImportItem(GObj):
49        self._type = 'GF%s' % self._xmltag        self._type = 'GF%s' % self._xmltag
50      if not hasattr(self,'_importclass'):      if not hasattr(self,'_importclass'):
51        self._importclass = GFParser\        self._importclass = GFParser\
52           .getXMLelements()[string.lower(self._type[9:])][0]           .getXMLelements()[string.lower(self._type[9:])]['BaseClass']
53      return GObj._buildObject(self)      return GObj._buildObject(self)
54    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26