mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Fix Python 2 support of last commit.
This commit is contained in:
parent
2cfe0f679f
commit
d7099794bc
@ -385,7 +385,7 @@ class RSS(callbacks.Plugin):
|
||||
whitelist = self.registryValue('keywordWhitelist', channel)
|
||||
blacklist = self.registryValue('keywordBlacklist', channel)
|
||||
|
||||
# fix shadowing by “from supybot.commands import *”
|
||||
# fix shadowing by "from supybot.commands import *"
|
||||
try:
|
||||
all = __builtins__.all
|
||||
any = __builtins__.any
|
||||
|
Loading…
Reference in New Issue
Block a user