Removed unused imports in httpapiauth
authorJoar Wandborg <joar@wandborg.se>
Sun, 5 May 2013 20:24:34 +0000 (22:24 +0200)
committerJoar Wandborg <joar@wandborg.se>
Sun, 5 May 2013 20:24:34 +0000 (22:24 +0200)
mediagoblin/plugins/httpapiauth/__init__.py

index 081b590e99b46c2759c4682a4824e5242fe15d7e..99b6a4b0e5ac4e090b9dec4d3670d85b16a50755 100644 (file)
@@ -15,9 +15,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import logging
-import base64
 
-from werkzeug.exceptions import BadRequest, Unauthorized
+from werkzeug.exceptions import Unauthorized
 
 from mediagoblin.plugins.api.tools import Auth