remove print, pass python32

This commit is contained in:
holger krekel 2012-09-27 13:27:22 +02:00
parent dbe66f468a
commit b9767fd74c
1 changed files with 0 additions and 1 deletions

View File

@ -2094,7 +2094,6 @@ class TestSetupManagement:
l.append("step2-%d" % item)
def test_finish():
print l
assert l == ["setup-1", "step1-1", "step2-1", "teardown-1",
"setup-2", "step1-2", "step2-2", "teardown-2",]
""")