remove unnecessary print

This commit is contained in:
Anatoly Bubenkov 2013-07-06 10:26:14 +02:00
parent 2c7613c15c
commit ea7a997afc
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ def test_conftest_import_order(testdir, monkeypatch):
ct2 = sub.join("conftest.py")
ct2.write("")
def impct(p):
print p
return p
conftest = Conftest()
monkeypatch.setattr(conftest, 'importconftest', impct)