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

« back to all changes in this revision

Viewing changes to ivle/webapp/help/__init__.py

  • Committer: matt.giuca
  • Date: 2009-02-25 00:57:55 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1204
Committed revision 1200 again.
(WTF? Google lost my revision... I am slightly concerned).

ivle/webapp/help: Added appname = 'help'.
This gives the app the correct icon, and shows the Help tab as selected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
class HelpView(XHTMLView):
31
31
    """Shows the help file for the specified path."""
32
 
 
 
32
    appname = 'help'
33
33
    template = 'helpview.html'
34
34
 
35
35
    def __init__(self, req, path):