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