Changeset 475 for trunk/proj/w3c
- Timestamp:
- 06/20/06 10:52:33 (4 years ago)
- Files:
-
- trunk/proj/w3c/xmlClassBuilder.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/proj/w3c/xmlClassBuilder.py
r441 r475 158 158 if self.pyPathRoot and pyPath: 159 159 impPath = '.'.join((self.pyPathRoot, pyPath)) 160 elif not impPath:160 elif not pyPath: 161 161 impPath = self.pyPathRoot 162 162 module = __import__(impPath, {}, {}, name)
