summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importhooks.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-09 01:15:05 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-03-09 01:15:05 (GMT)
commite8d09e581816aa7fdb812801c79e8f6bc55dc134 (patch)
tree200d9e379d0348c4f31284754353c212c17c4d31 /Lib/test/test_importhooks.py
parentb31c8142d5dc1b0881f92c110c4acd619af97a45 (diff)
downloadcpython-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.py2
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: