Clean unused imports (found by pyflakes).

This commit is contained in:
Elrond
2011-05-18 22:03:52 +02:00
parent 3262ad1dbb
commit 86f9b47387
4 changed files with 4 additions and 11 deletions

View File

@@ -16,7 +16,6 @@
from webob import Response, exc
from mediagoblin.db.util import ObjectId, DESCENDING
import wtforms
def user_home(request):