From 7283836ffa2584db016846e86ff6653852fa6120 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 27 Nov 2015 11:32:06 +0100 Subject: [PATCH] Remove unneeded httpauth. --- accountant/api/views/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/accountant/api/views/__init__.py b/accountant/api/views/__init__.py index 44ca585..43a4ef3 100644 --- a/accountant/api/views/__init__.py +++ b/accountant/api/views/__init__.py @@ -15,9 +15,6 @@ along with Accountant. If not, see . """ import pkgutil -from flask.ext.httpauth import HTTPBasicAuth - -auth = HTTPBasicAuth() __all__ = []