remove unused imports
This commit is contained in:
parent
99785b5a4d
commit
fc38d9e3a4
2 changed files with 1 additions and 7 deletions
|
|
@ -16,10 +16,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
from weboob.tools.parsers.lxmlparser import select, SelectElementException
|
||||
from weboob.tools.genericArticle import GenericNewsPage, try_remove, \
|
||||
try_remove_from_selector_list, \
|
||||
drop_comments, NoneMainDiv
|
||||
from weboob.tools.genericArticle import GenericNewsPage
|
||||
|
||||
class InrocksTvPage(GenericNewsPage):
|
||||
"ArticlePage object for inrocks"
|
||||
|
|
@ -32,5 +29,3 @@ class InrocksTvPage(GenericNewsPage):
|
|||
def get_body(self):
|
||||
element_body = self.get_element_body()
|
||||
return self.browser.parser.tostring(element_body)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
|
||||
from weboob.capabilities.base import IBaseCap
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue