git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
feb9c6e
)
Why list the local data file name. I don't get it.
author
Steven Black
<redacted>
Tue, 10 Nov 2015 04:10:42 +0000
(23:10 -0500)
committer
Steven Black
<redacted>
Tue, 10 Nov 2015 04:10:42 +0000
(23:10 -0500)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 0aeed0e61e3aaf076bc2f2998b6c9f73336a1d85..ea5a5130f2b48d34e2ef375259ded3d96034b59a 100755
(executable)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-199,9
+199,7
@@
def createInitialFile():
for source in SOURCES:
curFile = open(os.path.join(DATA_PATH, source, DATA_FILENAMES), 'r')
#Done in a cross-python way
- writeData(mergeFile, '\n# Begin ' + source + '\n')
writeData(mergeFile, curFile.read())
- writeData(mergeFile, '\n# End ' + source + '\n')
return mergeFile
git clone https://git.99rst.org/PROJECT