mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fixed some bugs found by PyChecker
This commit is contained in:
parent
36f7c77132
commit
10e8965f5d
@ -70,7 +70,6 @@ class ConfigurationDict(dict):
|
||||
|
||||
def processConfigFile(filename):
|
||||
import debug
|
||||
import world
|
||||
import irclib
|
||||
import ircmsgs
|
||||
import privmsgs
|
||||
@ -162,7 +161,6 @@ def main():
|
||||
else:
|
||||
print 'Unexpected argument %s; ignoring.' % option
|
||||
import debug
|
||||
import world
|
||||
import drivers
|
||||
import schedule
|
||||
for filename in filenames:
|
||||
|
Loading…
Reference in New Issue
Block a user