ack-sync: Convert to PEP8.

This commit is contained in:
Benjamin Drung 2010-12-22 21:40:23 +01:00
parent 30df1c0ec8
commit f6335cf993

View File

@ -224,8 +224,8 @@ def main(bug_numbers, all_package, all_version, all_section, update,
else: else:
raise e raise e
if not can_upload: if not can_upload:
print >> sys.stderr, ("E: Sorry, you are not allowed to " print >> sys.stderr, ("E: Sorry, you are not allowed to upload "
'upload package "%s" to %s.' % (package, dist)) 'package "%s" to %s.' % (package, dist))
sys.exit(UPLOAD_NOT_PERMITTED) sys.exit(UPLOAD_NOT_PERMITTED)
if task.assignee == None: if task.assignee == None: