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')
|
os.unlink('glade.txt')
|
||||||
print ("Remove 'glade.txt'")
|
print ("Remove 'glade.txt'")
|
||||||
|
|
||||||
## if os.path.isfile('tmpfiles'):
|
if os.path.isfile('tmpfiles'):
|
||||||
## os.unlink('tmpfiles')
|
os.unlink('tmpfiles')
|
||||||
## print ("Remove 'tmpfiles'")
|
print ("Remove 'tmpfiles'")
|
||||||
|
|
||||||
def merge(args):
|
def merge(args):
|
||||||
"""
|
"""
|
||||||
Merge messages with 'gramps.pot'
|
Merge messages with 'gramps.pot'
|
||||||
|
Loading…
Reference in New Issue
Block a user