diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-26 18:34:15 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-26 18:34:15 +0200 |
commit | 276f6f60b8fa4b2000e9acae855199e99cba8097 (patch) | |
tree | 40811674892d57d830c1dc6e89f4770ce73b775f /pavement.py | |
parent | Two more module replace rules (diff) | |
download | pyload-276f6f60b8fa4b2000e9acae855199e99cba8097.tar.xz |
Another replace rule
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pavement.py b/pavement.py index a615d6e54..2213a1315 100644 --- a/pavement.py +++ b/pavement.py @@ -69,6 +69,7 @@ module_replace = [ ('from module.utils import fs_encode', 'from pyload.utils.fs import fs_encode'), ('from module.unescape import unescape', 'from pyload.utils import html_unescape as unescape'), ('from module.lib.BeautifulSoup import BeautifulSoup', 'from BeautifulSoup import BeautifulSoup'), +('from module.lib import feedparser', 'import feedparser'), ('from module.', 'from pyload.') # This should be always the last one ] |