unused imports
This commit is contained in:
parent
7bd936c11b
commit
85060b4c3b
3 changed files with 0 additions and 3 deletions
|
|
@ -19,4 +19,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
"""
|
||||
|
||||
from .video import VideoPage
|
||||
from .results import ResultsPage
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ from routes import Mapper
|
|||
from StringIO import StringIO
|
||||
from webob.dec import wsgify
|
||||
from webob import exc
|
||||
from webob import Response
|
||||
from wsgiref.simple_server import make_server
|
||||
|
||||
from weboob.capabilities.video import ICapVideoProvider
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ import sys, tty, termios
|
|||
import re
|
||||
from inspect import getargspec
|
||||
from functools import partial
|
||||
from optparse import OptionGroup
|
||||
|
||||
from weboob.modules import BackendsConfig
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue