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

« back to all changes in this revision

Viewing changes to src/apps/dummy/__init__.py

  • Committer: mattgiuca
  • Date: 2007-12-12 06:06:35 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:46
dispatch/html: Now prints apps list in the HTML header (common to all apps).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        req.write(str(req.path))
44
44
    req.write("</p>\n")
45
45
 
46
 
    #print_apps_list(req)
47