Remove a Python 3 reference since Python 3 is now explicitly rerquired.
authorStevenBlack <redacted>
Tue, 14 Aug 2018 01:10:16 +0000 (21:10 -0400)
committerSteven Black <redacted>
Thu, 6 Sep 2018 03:53:58 +0000 (23:53 -0400)
readme_template.md

index ed41be93228d28259895831dbdba175cb2ce24c6..aba6aeb32e02c9b46803af5f5fd4c3fa26e12a06 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT