Fixed PyChecker complaint.

This commit is contained in:
Jeremy Fincher 2003-04-08 07:23:56 +00:00
parent 2047dd76b6
commit 705ec27a8f

View File

@ -50,11 +50,12 @@ import debug
# version: The version of the bot. # version: The version of the bot.
version = '0.70.0' version = '0.70.0'
startedAt = 0.0
### ###
# End Global Values. # End Global Values.
### ###
try: try:
ignore(ircs) ignore(ircs)
except NameError: except NameError:
@ -208,5 +209,6 @@ def superReload(module):
################################################# #################################################
################################################# #################################################
startup = False startup = False
testing = False
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: