Skip to content

Commit

Permalink
Remove the unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Mar 26, 2013
1 parent 56a87cc commit 95ae003
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/tests/functional/test_user.py
@@ -1,4 +1,3 @@
import paste
from routes import url_for
from nose.tools import assert_equal
from pylons import config
Expand All @@ -11,7 +10,6 @@
import ckan.model as model
from base import FunctionalTestCase
from ckan.lib.mailer import get_reset_link, create_reset_key
import ckan.config.middleware


class TestUserController(FunctionalTestCase, HtmlCheckMethods, PylonsTestCase, SmtpServerHarness):
Expand Down

0 comments on commit 95ae003

Please sign in to comment.