Changeset 3072

Show
Ignore:
Timestamp:
01/16/08 12:11:17 (9 months ago)
Author:
bobbysmith007
Message:

probably not necessary but not a bad idea either

Also ignored a bunch of build related folders

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • estimatorplugin/0.10

    • Property svn:ignore set to
      build
      dist
      estimatorplugin.egg-info
  • estimatorplugin/0.11

    • Property svn:ignore set to
      build
      dist
      estimatorplugin.egg-info
  • estimatorplugin/0.11/estimatorplugin/webui.py

    r3058 r3072  
    9292            args = req.args 
    9393            tickets = args["tickets"] 
    94             id = args["id"] 
     94            if args.has_key("id"): 
     95                id = args['id'] 
     96            else: 
     97                id = None 
    9598            old_tickets = None 
    9699            if id == None or id == '' :