Changeset 2359
- Timestamp:
- 07/01/07 16:15:14 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
revtreeplugin/0.11/enhancers/logenhancer/logenhancer/logenhancer.py
r2358 r2359 27 27 28 28 class LogEnhancer(Component): 29 """ Improved enhancer,based on specific log messages and custom properties29 """Revtree enhancer based on specific log messages and custom properties 30 30 This class is provided as-is, as an example 31 31 """ revtreeplugin/0.11/enhancers/logenhancer/setup.py
r2358 r2359 15 15 from setuptools import setup, find_packages 16 16 17 PACKAGE = 'TracRevtree Enhancers'18 VERSION = '0.1. 2'17 PACKAGE = 'TracRevtreeLogEnhancer' 18 VERSION = '0.1.3' 19 19 20 20 setup (
