summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipimport.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-01-23 21:28:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-01-23 21:28:42 (GMT)
commitbc29c1a4cc76c6f953c2337d31f3110fddf971e7 (patch)
tree989a8d02cda67f587bdf8d2bd182c5b05f929af4 /Lib/test/test_zipimport.py
parent2103a01c82c2cd7d0fa8b34c6a69c79493f66c39 (diff)
downloadcpython-bc29c1a4cc76c6f953c2337d31f3110fddf971e7.zip
cpython-bc29c1a4cc76c6f953c2337d31f3110fddf971e7.tar.gz
cpython-bc29c1a4cc76c6f953c2337d31f3110fddf971e7.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_zipimport.py')
-rw-r--r--Lib/test/test_zipimport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zipimport.py b/Lib/test/test_zipimport.py
index f0a2b68..f20f472 100644
--- a/Lib/test/test_zipimport.py
+++ b/Lib/test/test_zipimport.py
@@ -200,7 +200,7 @@ class UncompressedZipImportTestCase(ImportHooksBaseTestCase):
zi = zipimport.zipimporter(TEMP_ZIP)
self.assertEquals(zi.is_package(TESTPACK), True)
zi.load_module(TESTPACK)
-
+
self.assertEquals(zi.is_package(packdir + '__init__'), False)
self.assertEquals(zi.is_package(packdir + TESTPACK2), True)
self.assertEquals(zi.is_package(packdir2 + TESTMOD), False)