mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
supybot-plugin-create: create PEP8-compliant files
This commit is contained in:
parent
ecb4ab0487
commit
9a07f07a72
@ -101,7 +101,8 @@ try:
|
||||
except ImportError:
|
||||
# Placeholder that allows to run the plugin on a bot
|
||||
# without the i18n module
|
||||
_ = lambda x:x
|
||||
_ = lambda x: x
|
||||
|
||||
|
||||
class %s(callbacks.Plugin):
|
||||
"""%s"""
|
||||
@ -125,7 +126,8 @@ try:
|
||||
except:
|
||||
# Placeholder that allows to run the plugin on a bot
|
||||
# without the i18n module
|
||||
_ = lambda x:x
|
||||
_ = lambda x: x
|
||||
|
||||
|
||||
def configure(advanced):
|
||||
# This will be called by supybot to configure this module. advanced is
|
||||
@ -194,6 +196,7 @@ testTemplate = '''
|
||||
|
||||
from supybot.test import *
|
||||
|
||||
|
||||
class %sTestCase(PluginTestCase):
|
||||
plugins = (%r,)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user