diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-09-24 04:36:47 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-09-24 04:36:47 (GMT) |
commit | 1cc37380b241956d2544ab5fd53de272603a58b9 (patch) | |
tree | aa99411e8e930960b0746bdcf7a201d750ee7061 /Lib/test/test_importhooks.py | |
parent | 9447874131efeee6dc292bb5c0b3b1fafe3d5fc0 (diff) | |
download | cpython-1cc37380b241956d2544ab5fd53de272603a58b9.zip cpython-1cc37380b241956d2544ab5fd53de272603a58b9.tar.gz cpython-1cc37380b241956d2544ab5fd53de272603a58b9.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_importhooks.py')
-rw-r--r-- | Lib/test/test_importhooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_importhooks.py b/Lib/test/test_importhooks.py index 5ece533..9304213 100644 --- a/Lib/test/test_importhooks.py +++ b/Lib/test/test_importhooks.py @@ -176,7 +176,7 @@ class ImportHooksTestCase(ImportHooksBaseTestCase): TestImporter.modules['reloadmodule'] = (False, reload_co) reload(reloadmodule) self.failUnless(hasattr(reloadmodule,'reloaded')) - + def testMetaPath(self): i = MetaImporter() sys.meta_path.append(i) |