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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

Remove some dummy help files, and register the only remaining one (browser).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    """
42
42
    template = 'template.html'
43
43
    appname = 'files'
 
44
    help = 'Filesystem/Browser'
44
45
 
45
46
    def populate(self, req, ctx):
46
47
        if not hasattr(self, 'path'):
166
167
 
167
168
    cookies = {'clipboard': None}
168
169
 
 
170
    help = {'Filesystem': {'Browser': 'help.html'}}
 
171
 
169
172
    media = 'media'