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

« back to all changes in this revision

Viewing changes to ivle/webapp/__init__.py

  • Committer: me at id
  • Date: 2009-02-03 03:51:39 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1192
ivle.dispatch: Only show tracebacks if we are logged in and not a student, or
    if we cannot write to the error log. Previously they were shown if we were
    not logged in, not a student, or the error log was unwritable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
class ApplicationRoot(object):
2
 
    """Root of the IVLE path namespace."""
3
 
    def __init__(self, config, store, user):
4
 
        self.config = config
5
 
        self.store = store
6
 
        self.user = user