Fixed some bugs found by PyChecker

This commit is contained in:
Jeremy Fincher 2003-04-03 08:30:28 +00:00
parent 36f7c77132
commit 10e8965f5d

View File

@ -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: