This commit is contained in:
Eric V. Smith 2011-03-15 04:16:42 -04:00
parent 58e317ba92
commit 2e3112f120
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class TestImporter:
def __init__(self, path=test_path): def __init__(self, path=test_path):
if path != test_path: if path != test_path:
# if out class is on sys.path_hooks, we must raise # if our class is on sys.path_hooks, we must raise
# ImportError for any path item that we can't handle. # ImportError for any path item that we can't handle.
raise ImportError raise ImportError
self.path = path self.path = path