Changeset 475 for trunk/proj/w3c

Show
Ignore:
Timestamp:
06/20/06 10:52:33 (4 years ago)
Author:
brian
Message:

Fixed treelist to work with change in inheritance hierarchy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/proj/w3c/xmlClassBuilder.py

    r441 r475  
    158158            if self.pyPathRoot and pyPath: 
    159159                impPath = '.'.join((self.pyPathRoot, pyPath)) 
    160             elif not impPath: 
     160            elif not pyPath: 
    161161                impPath = self.pyPathRoot 
    162162            module = __import__(impPath, {}, {}, name)