~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-01-14 23:21:43 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1140
ivle.conf, ivle.dispatch: Redo some of Nick's changes made between the
    creation of the 'setup-refactor' branch and its merging into trunk.

svn merge support is absolutely awful and decided to clobber those
    changes without bothering to tell anybody. Thankyou Subversion.

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