Remove the imputil module.

This commit is contained in:
Brett Cannon 2008-05-08 18:11:25 +00:00
parent 6d4df9b343
commit 0ec585575d
6 changed files with 0 additions and 951 deletions

View file

@ -108,8 +108,6 @@ def updatecache(filename, module_globals=None):
# Try looking through the module search path.
for dirname in sys.path:
# When using imputil, sys.path may contain things other than
# strings; ignore them when it happens.
try:
fullname = os.path.join(dirname, basename)
except (TypeError, AttributeError):