Added OAuth test
[mediagoblin.git] / mediagoblin / tests / test_csrf_middleware.py
index c8fca23a516cdeb92f14e82a5c57b742567d3b88..ad433fe8155dacfc84c6a8dc8204027a2e17968f 100644 (file)
@@ -1,5 +1,5 @@
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
+# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import urlparse
-import datetime
-
-from nose.tools import assert_equal
-
 from mediagoblin.tests.tools import setup_fresh_app
 from mediagoblin import mg_globals