[Python-checkins] python/dist/src/Lib/test test_importhooks.py, 1.3, 1.4

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Fri Sep 24 06:37:01 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv605/Lib/test

Modified Files:
	test_importhooks.py 
Log Message:
Whitespace normalization.


Index: test_importhooks.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_importhooks.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test_importhooks.py	23 Sep 2004 04:37:35 -0000	1.3
+++ test_importhooks.py	24 Sep 2004 04:36:47 -0000	1.4
@@ -176,7 +176,7 @@
         TestImporter.modules['reloadmodule'] = (False, reload_co)
         reload(reloadmodule)
         self.failUnless(hasattr(reloadmodule,'reloaded'))
-       
+
     def testMetaPath(self):
         i = MetaImporter()
         sys.meta_path.append(i)



More information about the Python-checkins mailing list