Remove unneeded httpauth.

This commit is contained in:
Alexis Lahouze 2015-11-27 11:32:06 +01:00
parent add4871527
commit 7283836ffa
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
"""
import pkgutil
from flask.ext.httpauth import HTTPBasicAuth
auth = HTTPBasicAuth()
__all__ = []