~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/dispatch/login.py

ivle.dispatch{,.{login,request}}: Fix mod_python imports to ensure that we can
    be imported from outside Apache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import os
24
24
import datetime
25
25
 
26
 
from mod_python import Session
27
 
 
28
26
import ivle.conf
29
27
from ivle import (util, caps, forumutil)
30
28
from ivle.auth import authenticate, AuthError