Ticket #4899: mamesswin.diff
File mamesswin.diff, 609 bytes (added by , 17 years ago) |
---|
-
make-messages.py
117 117 old = '#: '+os.path.join(dirpath, thefile)[2:] 118 118 new = '#: '+os.path.join(dirpath, file)[2:] 119 119 msgs = msgs.replace(old, new) 120 msgs = msgs.replace(chr(13), '') 120 121 if os.path.exists(potfile): 121 122 # Strip the header 122 123 msgs = '\n'.join(dropwhile(len, msgs.split('\n')))