Changeset 3072
- Timestamp:
- 01/16/08 12:11:17 (9 months ago)
- Files:
-
- estimatorplugin/0.10 (modified) (1 prop)
- estimatorplugin/0.11 (modified) (1 prop)
- estimatorplugin/0.11/estimatorplugin/webui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
estimatorplugin/0.10
- Property svn:ignore set to
build
dist
estimatorplugin.egg-info
- Property svn:ignore set to
estimatorplugin/0.11
- Property svn:ignore set to
build
dist
estimatorplugin.egg-info
- Property svn:ignore set to
estimatorplugin/0.11/estimatorplugin/webui.py
r3058 r3072 92 92 args = req.args 93 93 tickets = args["tickets"] 94 id = args["id"] 94 if args.has_key("id"): 95 id = args['id'] 96 else: 97 id = None 95 98 old_tickets = None 96 99 if id == None or id == '' :
