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

« back to all changes in this revision

Viewing changes to www/conf/apps.py

  • Committer: mattgiuca
  • Date: 2008-01-28 23:04:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:315
trampoline/trampoline.c: Added 2 includes, which are required
for the "umask" function. (This wasn't a problem on Ubuntu 7.10 but is for
older versions).

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                    requireauth = True,
74
74
                    hashelp = True)
75
75
 
 
76
app_tutorialservice = App(dir = "tutorialservice",
 
77
                    name = "Tutorial Service",
 
78
                    requireauth = True,
 
79
                    hashelp = False)
 
80
 
76
81
app_server =    App(dir = "server",
77
82
                    name = "Server",
78
83
                    requireauth = True,
103
108
    "console" : app_console,
104
109
    "consoleservice" : app_consoleservice,
105
110
    "tutorial" : app_tutorial,
 
111
    "tutorialservice" : app_tutorialservice,
106
112
    "serve" : app_server,
107
113
    "download" : app_download,
108
114
    "help" : app_help,