From: StevenBlack Date: Tue, 14 Aug 2018 01:10:16 +0000 (-0400) Subject: Remove a Python 3 reference since Python 3 is now explicitly rerquired. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=79e755b77d985e6d38a5ce1139573a220a853431;p=stevenblack-hosts.git Remove a Python 3 reference since Python 3 is now explicitly rerquired. --- 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