Tests: Python 3 compatibility
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.
This commit is contained in:
committed by
Renato Alves
parent
27b8cabac1
commit
808524507e
Reference in New Issue
Block a user