Edgewall Software

Ticket #6590: csv2trac.diff

File csv2trac.diff, 0.6 KB (added by pierreroth64@…, 10 months ago)

csv2trac.py diff file for 0.11 release syncrhonization

  • csv2trac.

    old new  
    9090       
    9191      #work out what the custom fields are 
    9292      standardfields = ["type", "time", "changetime", "component", "severity", "priority", "owner", "reporter", 
    93                         "cc", "url", "version", "milestone", "status", "resolution", "summary", 
     93                        "cc", "version", "milestone", "status", "resolution", "summary", 
    9494                        "description", "keywords"] 
    9595      self.customfields = [] 
    9696      readstandardfields = []