From 401478b6698d82eb9ff054c1d544e9d6fd72323b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 3 May 2014 08:22:14 +0200 Subject: Updated requirements.txt. --- pyaggr3g470r/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/utils.py') diff --git a/pyaggr3g470r/utils.py b/pyaggr3g470r/utils.py index 88a3904a..2ed828f6 100755 --- a/pyaggr3g470r/utils.py +++ b/pyaggr3g470r/utils.py @@ -40,7 +40,7 @@ import opml import operator from urllib import urlencode from urlparse import urlparse, parse_qs, urlunparse -from BeautifulSoup import BeautifulSoup +from bs4 import BeautifulSoup from collections import Counter from contextlib import contextmanager @@ -257,4 +257,4 @@ def search_feed(url): if __name__ == "__main__": import_opml("root@pyAggr3g470r.localhost", "./var/feeds_test.opml") - #import_opml("root@pyAggr3g470r.localhost", "./var/pyAggr3g470r.opml") \ No newline at end of file + #import_opml("root@pyAggr3g470r.localhost", "./var/pyAggr3g470r.opml") -- cgit