mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Removed star imports.
This commit is contained in:
parent
ec0de6431d
commit
ef517515f7
@ -80,7 +80,7 @@ is available as examples/Random.py):
|
|||||||
Add the module docstring here. This will be used by the setup.py script.
|
Add the module docstring here. This will be used by the setup.py script.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from baseplugin import *
|
import plugins
|
||||||
|
|
||||||
import utils
|
import utils
|
||||||
import privmsgs
|
import privmsgs
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
import supybot
|
import supybot
|
||||||
|
|
||||||
from fix import *
|
import fix
|
||||||
from questions import *
|
from questions import *
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -50,7 +50,7 @@ template = '''
|
|||||||
Add the module docstring here. This will be used by the setup.py script.
|
Add the module docstring here. This will be used by the setup.py script.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from baseplugin import *
|
import plugins
|
||||||
|
|
||||||
import utils
|
import utils
|
||||||
import privmsgs
|
import privmsgs
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import supybot
|
import supybot
|
||||||
|
|
||||||
from fix import *
|
import fix
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -37,7 +37,7 @@ conf.confDir = 'test-conf'
|
|||||||
conf.logDir = 'test-log'
|
conf.logDir = 'test-log'
|
||||||
conf.replyWhenNotCommand = False
|
conf.replyWhenNotCommand = False
|
||||||
|
|
||||||
from fix import *
|
import fix
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
import re
|
import re
|
||||||
|
@ -40,7 +40,7 @@ import traceback
|
|||||||
if 'src' not in sys.path:
|
if 'src' not in sys.path:
|
||||||
sys.path.insert(0, 'src')
|
sys.path.insert(0, 'src')
|
||||||
|
|
||||||
from fix import *
|
import fix
|
||||||
|
|
||||||
import conf
|
import conf
|
||||||
import callbacks
|
import callbacks
|
||||||
|
Loading…
Reference in New Issue
Block a user