This commit is contained in:
Kovid Goyal 2013-05-10 09:14:19 +05:30
parent be1cf60769
commit 2652e6b732
3 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,6 @@ __copyright__ = '2012-2013, Darko Miletic <darko.miletic at gmail.com>'
www.nsfwcorp.com
'''
import urllib
from calibre.web.feeds.news import BasicNewsRecipe
class NotSafeForWork(BasicNewsRecipe):

View File

@ -8,7 +8,6 @@ __copyright__ = '2013, Tomasz Długosz <tomek3d@gmail.com>'
__docformat__ = 'restructuredtext en'
import urllib
from base64 import b64encode
from contextlib import closing
from lxml import html

View File

@ -9,7 +9,6 @@ __docformat__ = 'restructuredtext en'
import re
import urllib
from base64 import b64encode
from contextlib import closing
from lxml import html