This commit is contained in:
Kovid Goyal 2013-01-17 16:47:06 +05:30
parent bab1675b83
commit b9581e5905

View File

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