Changeset 469
- Timestamp:
- Fri Jun 6 05:09:28 2008
- Files:
-
- trunk/iu.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/iu.py
r468 r469 367 367 try: 368 368 mod = self.doimport(nm, ctx, ctx+'.'+nm) 369 except Exception, e: 370 print "FIXME: self.doimport Exception", e 371 if threaded: 372 self._release() 369 finally: 370 if threaded: 371 self._release() 373 372 #print "importHook done with %s %s %s (case 3)" % (name, globals['__name__'], fromlist) 374 373 return bottommod
