Changeset 4211
- Timestamp:
- 09/01/08 00:12:09 (4 months ago)
- Files:
-
- pendingticketplugin/0.11/close_old_pending.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pendingticketplugin/0.11/close_old_pending.py
r4115 r4211 46 46 47 47 def __init__(self, project=options.project, author=AUTHOR, 48 maxage=options.maxage , url=options.url):48 maxage=options.maxage): 49 49 50 50 self.env = open_environment(project)
