[Python-checkins] r62017 - sandbox/trunk/2to3/lib2to3/tests/test_fixers.py

david.wolever python-checkins at python.org
Fri Mar 28 21:54:37 CET 2008


Author: david.wolever
Date: Fri Mar 28 21:54:37 2008
New Revision: 62017

Modified:
   sandbox/trunk/2to3/lib2to3/tests/test_fixers.py
Log:
Fixed an out-of-date comment.

Modified: sandbox/trunk/2to3/lib2to3/tests/test_fixers.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/test_fixers.py	(original)
+++ sandbox/trunk/2to3/lib2to3/tests/test_fixers.py	Fri Mar 28 21:54:37 2008
@@ -3137,7 +3137,7 @@
 
     def setUp(self):
         FixerTestCase.setUp(self)
-        # Need to replace fix_import's isfile and isdir method
+        # Need to replace fix_import's exists method
         # so we can check that it's doing the right thing
         self.files_checked = []
         self.always_exists = True


More information about the Python-checkins mailing list