Add Vim modeline to supybot-wizard.

This commit is contained in:
James Vega 2005-05-06 02:36:10 +00:00
parent 903e605c77
commit 1dc5a068c5
1 changed files with 2 additions and 0 deletions

View File

@ -661,3 +661,5 @@ if __name__ == '__main__':
output("""Well, it looks like you canceled out of the wizard before
it was done. Unfortunately, I didn't get to write anything to file.
Please run the wizard again to completion.""")
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: