Changeset 3676
- Timestamp:
- 05/13/08 16:32:23 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ticketvalidatorplugin/0.11/src/ticketvalidator/core.py
r3665 r3676 65 65 """Get the state this ticket is going to be in.""" 66 66 67 if 'action' not in req.args: 68 return 'new' 69 67 70 action = req.args['action'] 68 71 action_changes = {}
