Changeset 396
- Timestamp:
- Fri Dec 21 12:52:54 2007
- Files:
-
- trunk/hooks/hook-xml.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/hooks/hook-xml.py
r395 r396 39 39 txt = txt + 'c' 40 40 co = marshal.loads(open(txt, 'rb').read()[8:]) 41 old_pth = mod.__path__[:] 41 42 mod.__init__('xml', txt, co) 43 mod.__path__.extend(old_pth) 42 44 return mod
