Changeset 396

Show
Ignore:
Timestamp:
Fri Dec 21 12:52:54 2007
Author:
naufraghi
Message:

Support path in _xmlplus

Files:

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