mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 03:54:08 +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)
|
whitelist = self.registryValue('keywordWhitelist', channel)
|
||||||
blacklist = self.registryValue('keywordBlacklist', channel)
|
blacklist = self.registryValue('keywordBlacklist', channel)
|
||||||
|
|
||||||
# fix shadowing by “from supybot.commands import *”
|
# fix shadowing by "from supybot.commands import *"
|
||||||
try:
|
try:
|
||||||
all = __builtins__.all
|
all = __builtins__.all
|
||||||
any = __builtins__.any
|
any = __builtins__.any
|
||||||
|
Loading…
Reference in New Issue
Block a user