The tests use '#!/usr/bin/env python' which may be Python 3. Adjust the tests to work under either Python 2 or Python 3. This introduces a use of b"" string literals, which are supported by Python 2.7 and Python 3, but not by Python 2.6. Also, document the required minimum Python version.
8.7 KiB
8.7 KiB