Fixed pylint issues, removed unused import

This commit is contained in:
Joar Wandborg 2012-10-02 22:29:22 +02:00
parent e4a1b6d22a
commit e2890c729f
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import json
from urlparse import urlparse, parse_qs
from mediagoblin import mg_globals
from mediagoblin.tools import template, processing
from mediagoblin.tools import processing
from mediagoblin.tests.tools import get_test_app, fixture_add_user
from mediagoblin.tests.test_submission import GOOD_PNG
from mediagoblin.tests import test_oauth as oauth

View File

@ -59,7 +59,6 @@ class Pagination(object):
self.active_id = jump_to_id
break
def __call__(self):
"""
Returns slice of objects for the requested page