merges 1
This commit is contained in:
parent
a0e2faf480
commit
a75a5c9706
@ -305,7 +305,6 @@ def GenerateFile(path, content):
|
|||||||
overwrites it with the given content.
|
overwrites it with the given content.
|
||||||
"""
|
"""
|
||||||
print 'Updating file %s . . .' % path
|
print 'Updating file %s . . .' % path
|
||||||
|
|
||||||
f = file(path, 'w+')
|
f = file(path, 'w+')
|
||||||
print >>f, content,
|
print >>f, content,
|
||||||
f.close()
|
f.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user