diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-02-28 18:30:36 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-02-28 18:30:36 +0000 |
commit | 5321b1b45071282e606119db99e78d3e4cdb568f (patch) | |
tree | fb001da163ececc3141aaf87f73a29c217a61a7b /Lib/test/test_importhooks.py | |
parent | 7f649c779e7f59e137d078354eb69c92479d5c88 (diff) | |
download | cpython-5321b1b45071282e606119db99e78d3e4cdb568f.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_importhooks.py')
-rw-r--r-- | Lib/test/test_importhooks.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_importhooks.py b/Lib/test/test_importhooks.py index c58075543b..5af7847aa4 100644 --- a/Lib/test/test_importhooks.py +++ b/Lib/test/test_importhooks.py @@ -190,7 +190,7 @@ class ImportHooksTestCase(ImportHooksBaseTestCase): TestImporter.modules['reloadmodule'] = (False, reload_co) reload(reloadmodule) self.failUnless(hasattr(reloadmodule,'reloaded')) - + import hooktestpackage.oldabs self.assertEqual(hooktestpackage.oldabs.get_name(), "hooktestpackage.oldabs") @@ -208,7 +208,7 @@ class ImportHooksTestCase(ImportHooksBaseTestCase): "hooktestpackage.futrel") self.assertEqual(hooktestpackage.futrel.sub, hooktestpackage.sub) - + import sub self.assertEqual(sub.get_name(), "sub") |