[pypy-commit] pypy stdlib-2.7.9: Resolved merge conflicts in test_file2k.py

alex_gaynor noreply at buildbot.pypy.org
Sun Dec 14 19:46:24 CET 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: stdlib-2.7.9
Changeset: r74931:06eaf68b7f7c
Date: 2014-12-14 10:46 -0800
http://bitbucket.org/pypy/pypy/changeset/06eaf68b7f7c/

Log:	Resolved merge conflicts in test_file2k.py

diff --git a/lib-python/2.7/test/test_file2k.py b/lib-python/2.7/test/test_file2k.py
--- a/lib-python/2.7/test/test_file2k.py
+++ b/lib-python/2.7/test/test_file2k.py
@@ -14,11 +14,7 @@
     threading = None
 
 from test import test_support
-<<<<<<< local
-from test.test_support import TESTFN, run_unittest, gc_collect
-=======
-from test.test_support import TESTFN, run_unittest, requires
->>>>>>> other
+from test.test_support import TESTFN, run_unittest, gc_collect, requires
 from UserList import UserList
 
 class AutoFileTests(unittest.TestCase):


More information about the pypy-commit mailing list