diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-09 01:15:05 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-09 01:15:05 (GMT) |
commit | e8d09e581816aa7fdb812801c79e8f6bc55dc134 (patch) | |
tree | 200d9e379d0348c4f31284754353c212c17c4d31 /Lib/test/test_importhooks.py | |
parent | b31c8142d5dc1b0881f92c110c4acd619af97a45 (diff) | |
download | cpython-e8d09e581816aa7fdb812801c79e8f6bc55dc134.zip cpython-e8d09e581816aa7fdb812801c79e8f6bc55dc134.tar.gz cpython-e8d09e581816aa7fdb812801c79e8f6bc55dc134.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 ff777f6..0693581 100644 --- a/Lib/test/test_importhooks.py +++ b/Lib/test/test_importhooks.py @@ -252,7 +252,7 @@ class ImportHooksTestCase(ImportHooksBaseTestCase): for mname in mnames: m = __import__(mname, globals(), locals(), ["__dummy__"]) m.__loader__ # to make sure we actually handled the import - # Delete urllib from modules because urlparse was imported above. + # Delete urllib from modules because urlparse was imported above. # Without this hack, test_socket_ssl fails if run in this order: # regrtest.py test_codecmaps_tw test_importhooks test_socket_ssl try: |