unused imports

This commit is contained in:
Christophe Benz 2010-04-28 14:49:58 +02:00
commit 85060b4c3b
3 changed files with 0 additions and 3 deletions

View file

@ -19,4 +19,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from .video import VideoPage
from .results import ResultsPage

View file

@ -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

View file

@ -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