rename auth.auth to auth.process

This fixes some ambiguity around imports.
This commit is contained in:
Jimmy Zelinskie 2016-09-29 15:24:57 -04:00
parent dccb553834
commit 31b77cf232
15 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@ from flask import request, Blueprint, abort, Response
from flask_login import current_user
from app import userevents
from auth.auth import require_session_login
from auth.process import require_session_login
from data.userevent import CannotReadUserEventsException