Changeset 3115

Show
Ignore:
Timestamp:
01/21/08 05:57:01 (9 months ago)
Author:
athomas
Message:

Removed unused templates directory provider.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • voteplugin/0.11/tracvote/__init__.py

    r3003 r3115  
    8686    # ITemplateProvider methods 
    8787    def get_templates_dirs(self): 
    88         return [resource_filename(__name__, 'templates')] 
     88        return [] 
     89        #resource_filename(__name__, 'templates')] 
    8990 
    9091    def get_htdocs_dirs(self):