Now it's easy to copy/paste where the host file needs to go.
finalFile = removeDups(mergeFile)
finalizeFile(finalFile)
printSuccess('Success! Your shiny new hosts file has been prepared.')
+ print 'Copy the generated file to /etc/hosts or %SystemRoot%\system32\drivers\etc\hosts'
# Prompt the User
def promptForUpdate():
# End Helper Functions
if __name__ == "__main__":
- main()
\ No newline at end of file
+ main()