mirror of https://github.com/evilhero/mylar
bs4 fix after undid by mistake
This commit is contained in:
parent
02a1591fc8
commit
9f595ed3a5
|
@ -14,7 +14,7 @@
|
||||||
# along with Mylar. If not, see <http://www.gnu.org/licenses/>.
|
# along with Mylar. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
from lib.bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
import urllib2
|
import urllib2
|
||||||
import re
|
import re
|
||||||
import helpers
|
import helpers
|
||||||
|
|
Loading…
Reference in New Issue