remove tmp file used for translation
svn: r20508
This commit is contained in:
parent
c87343eb61
commit
c754eb02f2
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user