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

@ -9,7 +9,7 @@ from peewee import IntegrityError
import features
from app import app, analytics, get_app_url, github_login, google_login, dex_login
from auth.auth import require_session_login
from auth.process import require_session_login
from data import model
from endpoints.common import common_login, route_show_if
from endpoints.web import render_page_template_with_routedata