fix one more python 3.3 print

This commit is contained in:
Stephan Kulow 2014-02-20 09:59:51 +01:00
parent 854c8f11cf
commit 189136c6c1

View File

@ -432,7 +432,7 @@ class StagingAPI(object):
ret = self.find_openqa_state(project)
if ret:
print ret
print(ret)
all = False
return False
elif all: