diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-31 05:20:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-31 05:20:55 (GMT) |
commit | affbe80a54b759992af00d7f096ab960b425c600 (patch) | |
tree | 3743bfc32540b84dbf82fe85506c56421e1cf2a6 /Lib/lib2to3 | |
parent | 371d1747f9ba084c04f5252c6e04837b59753e7e (diff) | |
download | cpython-affbe80a54b759992af00d7f096ab960b425c600.zip cpython-affbe80a54b759992af00d7f096ab960b425c600.tar.gz cpython-affbe80a54b759992af00d7f096ab960b425c600.tar.bz2 |
Merged revisions 61990-62079 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r62017 | david.wolever | 2008-03-28 21:54:37 +0100 (Fr, 28 Mär 2008) | 1 line
Fixed an out-of-date comment.
........
Diffstat (limited to 'Lib/lib2to3')
-rwxr-xr-x | Lib/lib2to3/tests/test_fixers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/tests/test_fixers.py b/Lib/lib2to3/tests/test_fixers.py index c3308d6..150b1a7 100755 --- a/Lib/lib2to3/tests/test_fixers.py +++ b/Lib/lib2to3/tests/test_fixers.py @@ -3139,7 +3139,7 @@ class Test_import(FixerTestCase): 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 |