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

« back to all changes in this revision

Viewing changes to ivle/webapp/security/__init__.py

  • Committer: Nick Chadwick
  • Date: 2009-03-09 00:45:58 UTC
  • mfrom: (1156 trunk)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090309004558-xvvj990b9h9y23bu
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    except KeyError:
35
35
        return None
36
36
 
 
37
    session.unlock()
 
38
 
37
39
    # Get the full User object from the db associated with this login
38
40
    return ivle.database.User.get_by_login(req.store, login)
39
41