remove tmp file used for translation

svn: r20508
This commit is contained in:
Benny Malengier 2012-10-03 15:38:42 +00:00
parent c87343eb61
commit c754eb02f2

View File

@ -455,9 +455,10 @@ def clean():
os.unlink('glade.txt')
print ("Remove 'glade.txt'")
## if os.path.isfile('tmpfiles'):
## os.unlink('tmpfiles')
## print ("Remove 'tmpfiles'")
if os.path.isfile('tmpfiles'):
os.unlink('tmpfiles')
print ("Remove 'tmpfiles'")
def merge(args):
"""
Merge messages with 'gramps.pot'