Move the auth context methods into their own file so that we don't have auth trying to import itself

This commit is contained in:
Joseph Schorr 2014-02-25 15:07:24 -05:00
parent a120f6c64a
commit 61ca29de04
5 changed files with 12 additions and 14 deletions

View file

@ -2,7 +2,7 @@ import logging
import json
from flask import (make_response, request, session, Response, redirect,
Blueprint, abort as flask_abort)
Blueprint)
from functools import wraps
from datetime import datetime
from time import time