From: Benjamin Peterson Date: Mon, 20 Jul 2009 17:24:30 +0000 (+0000) Subject: Merged revisions 74116 via svnmerge from X-Git-Tag: v2.7a1~735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2514f4ce9b8333659aae057b3e9f38147151b54;p=python Merged revisions 74116 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r74116 | benjamin.peterson | 2009-07-20 12:22:35 -0500 (Mon, 20 Jul 2009) | 1 line placate windows ........ --- diff --git a/Lib/lib2to3/tests/test_refactor.py b/Lib/lib2to3/tests/test_refactor.py index a8d209a9b0..39ed54508a 100644 --- a/Lib/lib2to3/tests/test_refactor.py +++ b/Lib/lib2to3/tests/test_refactor.py @@ -215,7 +215,7 @@ from __future__ import print_function""" expected = ["hi.py"] check(tree, expected) tree = ["hi.py", - "a_dir/stuff.py"] + os.path.join("a_dir", "stuff.py")] check(tree, tree) def test_file_encoding(self):