Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1399: msgfmt_patch.diff

File msgfmt_patch.diff, 421 bytes (added by gremat, 4 years ago)
  • turbogears/toolbox/admi18n/msgfmt.py

     
    8989    return output 
    9090 
    9191def make(filename, outfile): 
     92    # Clear the MESSAGE dict before continuing 
     93    global MESSAGES 
     94    MESSAGES = {} 
     95     
    9296    ID = 1 
    9397    STR = 2 
    9498