mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
2.4 compatibility (this time with an elucidating comment).
This commit is contained in:
parent
6af23399cc
commit
43b2dcd47e
@ -191,6 +191,9 @@ def newDriver(irc, moduleName=None):
|
|||||||
import twistedDrivers
|
import twistedDrivers
|
||||||
moduleName = 'supybot.twistedDrivers'
|
moduleName = 'supybot.twistedDrivers'
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
# We formerly used 'del' here, but 2.4 fixes the bug that we added
|
||||||
|
# the 'del' for, so we need to make sure we don't complain if the
|
||||||
|
# module is cleaned up already.
|
||||||
sys.modules.pop('supybot.twistedDrivers', None)
|
sys.modules.pop('supybot.twistedDrivers', None)
|
||||||
moduleName = 'supybot.socketDrivers'
|
moduleName = 'supybot.socketDrivers'
|
||||||
elif not moduleName.startswith('supybot.'):
|
elif not moduleName.startswith('supybot.'):
|
||||||
|
Loading…
Reference in New Issue
Block a user