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

« back to all changes in this revision

Viewing changes to ivle/conf/apps.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:
163
163
                    requireauth = True,
164
164
                    hashelp = False)
165
165
 
 
166
app_logout = App(dir = "logout",
 
167
                    name = "Logout",
 
168
                    requireauth = True,
 
169
                    hashelp = False)
 
170
 
166
171
# Mapping URL names to apps
167
172
 
168
173
app_url = {
184
189
    "svnlog" : app_svnlog,
185
190
    "subjects" : app_subjects,
186
191
    "home" : app_home,
 
192
    "logout" : app_logout,
187
193
}
188
194
if enable_debuginfo:
189
195
    app_url["debuginfo"] = app_debuginfo