Changeset 4121

Show
Ignore:
Timestamp:
08/08/08 01:10:46 (4 months ago)
Author:
abbywinterscom
Message:

remove reference to templates; this plugin has no templates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gridmodifyplugin/0.11/gridmod/web_ui.py

    r4120 r4121  
    3333    def get_templates_dirs(self): 
    3434        from pkg_resources import resource_filename 
    35         return [resource_filename(__name__, 'templates')
     35        return [
    3636     
    3737    # IRequestHandler methods