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

« back to all changes in this revision

Viewing changes to www/conf/apps.py

  • Committer: dilshan_a
  • Date: 2008-01-24 23:49:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:292
Fixed bug in get_name for TestSuite.

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
 
 
81
76
app_server =    App(dir = "server",
82
77
                    name = "Server",
83
78
                    requireauth = True,
108
103
    "console" : app_console,
109
104
    "consoleservice" : app_consoleservice,
110
105
    "tutorial" : app_tutorial,
111
 
    "tutorialservice" : app_tutorialservice,
112
106
    "serve" : app_server,
113
107
    "download" : app_download,
114
108
    "help" : app_help,