whitespace and import fixes
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
import re
|
||||
import random
|
||||
import config
|
||||
from plugin_system import pluginfunction, ptypes
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
moin_strings_hi = [
|
||||
'Hi',
|
||||
@@ -19,6 +22,7 @@ moin_strings_bye = [
|
||||
'bye',
|
||||
]
|
||||
|
||||
|
||||
@pluginfunction('moin', 'parse hi/bye', ptypes.PARSE, enabled=False)
|
||||
def parse_moin(**args):
|
||||
for direction in [moin_strings_hi, moin_strings_bye]:
|
||||
@@ -73,5 +77,3 @@ def command_show_moinlist(argv, **args):
|
||||
])
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user