From 79e755b77d985e6d38a5ce1139573a220a853431 Mon Sep 17 00:00:00 2001 From: StevenBlack Date: Mon, 13 Aug 2018 21:10:16 -0400 Subject: [PATCH] Remove a Python 3 reference since Python 3 is now explicitly rerquired. --- readme_template.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme_template.md b/readme_template.md index ed41be932..aba6aeb32 100644 --- a/readme_template.md +++ b/readme_template.md @@ -71,11 +71,10 @@ To run unit tests, in the top level directory, just run: python3 testUpdateHostsFile.py -The `updateHostsFile.py` script, which is only Python 3-compatible, -will generate a unified hosts file based on the sources in the local `data/` -subfolder. The script will prompt you whether it should fetch updated -versions (from locations defined by the `update.json` text file in each -source's folder). Otherwise, it will use the `hosts` file that's already there. +The `updateHostsFile.py` script will generate a unified hosts file based on the sources in the +local `data/` subfolder. The script will prompt you whether it should fetch updated versions +(from locations defined by the `update.json` text file in each source's folder). Otherwise, it +will use the `hosts` file that's already there. ### Usage