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

« back to all changes in this revision

Viewing changes to src/conf/apps.py

  • Committer: mattgiuca
  • Date: 2007-12-11 11:36:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:31
doc/notes/architecture: Help files
doc/notes/apps/dispatch.txt: Detailed design of dispatch module.
src/conf/*.py: Added some new config settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
app_dummy.dir = "dummy"
15
15
app_dummy.name = "My Dummy App"
16
16
app_dummy.requireauth = True
 
17
app_dummy.hashelp = True
17
18
 
18
19
# Mapping URL names to apps
19
20