This commit is contained in:
Kovid Goyal 2012-07-06 00:13:59 +05:30
parent 855a5d4228
commit 726116ea87

View File

@ -6,7 +6,7 @@ __license__ = 'GPL 3'
__copyright__ = '2011, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en'
import urllib2, re
import urllib2
from contextlib import closing
from lxml import html