mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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.
|
||||
"""
|
||||
|
||||
from baseplugin import *
|
||||
import plugins
|
||||
|
||||
import utils
|
||||
import privmsgs
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
import supybot
|
||||
|
||||
from fix import *
|
||||
import fix
|
||||
from questions import *
|
||||
|
||||
import os
|
||||
|
@ -50,7 +50,7 @@ template = '''
|
||||
Add the module docstring here. This will be used by the setup.py script.
|
||||
"""
|
||||
|
||||
from baseplugin import *
|
||||
import plugins
|
||||
|
||||
import utils
|
||||
import privmsgs
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
import supybot
|
||||
|
||||
from fix import *
|
||||
import fix
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
@ -37,7 +37,7 @@ conf.confDir = 'test-conf'
|
||||
conf.logDir = 'test-log'
|
||||
conf.replyWhenNotCommand = False
|
||||
|
||||
from fix import *
|
||||
import fix
|
||||
|
||||
import gc
|
||||
import re
|
||||
|
@ -40,7 +40,7 @@ import traceback
|
||||
if 'src' not in sys.path:
|
||||
sys.path.insert(0, 'src')
|
||||
|
||||
from fix import *
|
||||
import fix
|
||||
|
||||
import conf
|
||||
import callbacks
|
||||
|
Loading…
Reference in New Issue
Block a user