Changeset 3115
- Timestamp:
- 01/21/08 05:57:01 (10 months ago)
- Files:
-
- voteplugin/0.11/tracvote/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
voteplugin/0.11/tracvote/__init__.py
r3003 r3115 86 86 # ITemplateProvider methods 87 87 def get_templates_dirs(self): 88 return [resource_filename(__name__, 'templates')] 88 return [] 89 #resource_filename(__name__, 'templates')] 89 90 90 91 def get_htdocs_dirs(self):
