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

« back to all changes in this revision

Viewing changes to ivle/auth/guest_auth.py

  • Committer: me at id
  • Date: 2009-01-14 23:23:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:branches%2Fstorm:1138
ivle.auth.autherror: Remove, moving AuthError into ivle.auth itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# This module is NOT active implicitly - it must be specified in the
31
31
# "auth_modules" config string.
32
32
 
33
 
from autherror import AuthError
 
33
from ivle.auth import AuthError
34
34
from ivle.user import User
35
35
from ivle.caps import Role
36
36