RSS: Move feedparser to the local directory

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-03-11 19:43:23 -04:00
parent 777f69dcf0
commit 3fd92e7f24
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
# Stub so local is a module, used for third-party modules

View File

@ -42,7 +42,7 @@ import supybot.ircutils as ircutils
import supybot.registry as registry
import supybot.callbacks as callbacks
feedparser = utils.python.universalImport('feedparser', 'our_feedparser')
feedparser = utils.python.universalImport('feedparser', 'local.feedparser')
def getFeedName(irc, msg, args, state):
if not registry.isValidRegistryName(args[0]):