Remove a Python 3 reference since Python 3 is now explicitly rerquired.

This commit is contained in:
StevenBlack 2018-08-13 21:10:16 -04:00 committed by Steven Black
parent 05e0e5baeb
commit 79e755b77d
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

View 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