scripts/supybot-plugin-create: Fix issue #181.

This commit is contained in:
Mika Suomalainen 2012-05-04 08:54:33 +03:00
parent 96b0ae0e1e
commit c9dab259ba

View File

@ -241,7 +241,7 @@ def main():
threaded = yn('Does your plugin need to be threaded?') threaded = yn('Does your plugin need to be threaded?')
realName = something(textwrap.dedent(""" realName = something(textwrap.dedent("""
What is your real name, so I can fill in the copyright and license What is your real name, so I can fill in the copyright and license
appropriately? appropriately?
""").strip()) """).strip())