Fixed pylint issues, removed unused import
authorJoar Wandborg <git@wandborg.com>
Tue, 2 Oct 2012 20:29:22 +0000 (22:29 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 2 Oct 2012 20:29:22 +0000 (22:29 +0200)
mediagoblin/tests/test_http_callback.py
mediagoblin/tools/pagination.py

index 9e48d0566216646c2fe1fe01862bf4d39efeefa9..d769af1e4062affd268e1198a812be8e85312416 100644 (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
index a008e3f4ace2d4ead43d527980ebd2055dfcb561..50e590707052dd613cfb923ceafb5a7387382e41 100644 (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