bs4 fix after undid by mistake

This commit is contained in:
evilhero 2012-09-10 02:08:06 -04:00
parent 02a1591fc8
commit 9f595ed3a5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# along with Mylar. If not, see <http://www.gnu.org/licenses/>.
from lib.bs4 import BeautifulSoup
from bs4 import BeautifulSoup
import urllib2
import re
import helpers