Fix encoding.

This commit is contained in:
Benjamin Drung 2010-01-26 22:13:32 +01:00
parent a8b6ad1d4f
commit 9e228e499b

1
ack-sync Executable file → Normal file
View File

@ -169,3 +169,4 @@ if __name__ == '__main__':
print >> sys.stderr, "E: '%s' is not a valid bug number." % args[0]
sys.exit(COMMAND_LINE_SYNTAX_ERROR)
main(bug_number, package, version, update, verbose, silent)