diff --git a/setup.py b/setup.py index 64b24533..14597afe 100644 --- a/setup.py +++ b/setup.py @@ -71,9 +71,9 @@ class run_audit(Command): if file != '__init__.py' and file.endswith('.py') : warns += flakes.checkPath(os.path.join(root, file)) if warns > 0: - print ("Audit finished with total %d warnings." % warns) + print "Audit finished with total %d warnings." % warns else: - print ("No problems found in sourcecode.") + print "No problems found in sourcecode." setup( name='Flask',