Changeset 3095
- Timestamp:
- 01/18/08 08:10:31 (1 year ago)
- Files:
-
- restrictkeywordsplugin/0.10/restrictkeywords/restrictkeywords.py (modified) (1 diff)
- restrictkeywordsplugin/0.10/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
restrictkeywordsplugin/0.10/restrictkeywords/restrictkeywords.py
r3078 r3095 84 84 85 85 def get_templates_dirs(self): 86 from pkg_resources import resource_filename 87 return [resource_filename(__name__, 'templates')] 86 return [] 88 87 89 88 restrictkeywordsplugin/0.10/setup.py
r3078 r3095 10 10 setup( 11 11 name='TracRestrictKeywords', 12 version = '0.1 ',12 version = '0.1.1', 13 13 description = "A plugin to restrict keywords filed in Trac's Ticket", 14 14 author = 'Thomas Tressières',
