sponsor-patch: Add vim tag turning off expand tab as this script uses tabs (against PEP-8 recommendation)

This commit is contained in:
Stefano Rivera 2010-08-23 12:22:36 +02:00
parent b0b4faca50
commit 5d04f355a1

View File

@ -695,3 +695,5 @@ if __name__ == "__main__":
main(script_name, bug_number, options.build, options.edit, options.keyid,
options.upload, options.verbose)
# vim: set noet: