diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index f74576f0b..866a5707a 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -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