Cuter output.

This commit is contained in:
Jeremy Fincher 2004-11-27 03:13:30 +00:00
parent e5b2459665
commit d31b672634
1 changed files with 4 additions and 1 deletions

View File

@ -201,6 +201,9 @@ if __name__ == '__main__':
try:
main()
except KeyboardInterrupt:
pass
print
output("""It looks like you cancelled out of this script before it was
finished. Obviously, nothing was written, but just run this script
again whenever you want to generate a template for a plugin.""")
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: