missing module

This commit is contained in:
2015-02-16 02:22:41 +01:00
parent 2c455bf16d
commit b3d65a7ba8
+1
View File
@@ -3,6 +3,7 @@ from pyramid.view import view_config
from pyramid.security import remember, forget from pyramid.security import remember, forget
from pyramid.httpexceptions import HTTPFound from pyramid.httpexceptions import HTTPFound
from .models import User, DBSession from .models import User, DBSession
import datetime
@view_config(route_name='auth', match_param="action=login", renderer="jm2l:templates/login.mako") @view_config(route_name='auth', match_param="action=login", renderer="jm2l:templates/login.mako")
def login(request): def login(request):