Do not use py2-only print, breaks py3 testruns

This commit is contained in:
Floris Bruynooghe
2013-12-15 22:12:38 +00:00
parent e843b028e6
commit 1b7c70eab4
+1 -1
View File
@@ -295,7 +295,7 @@ class TestPython:
assert M1 == M2
""")
result, dom = runandparse(testdir)
print dom.toxml()
# print dom.toxml()
def test_pass_captures_stdout(self, testdir):
testdir.makepyfile("""