diff --git a/updateHostsFile.py b/updateHostsFile.py index 0aeed0e61..ea5a5130f 100755 --- 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