Explicitly invoke Python 3.x in shebang lines
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 24 Jan 2016 19:59:45 +0000 (19:59 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 24 Jan 2016 19:59:45 +0000 (19:59 +0000)
Since the codebase relies on Py3K-only syntax in places, explicitly
invoke the python3 interpreter rather than expecting the
environment's primary interpreter to support Python 3.x code.


No differences found