From: Jeremy Stanley Date: Sun, 24 Jan 2016 19:59:45 +0000 (+0000) Subject: Explicitly invoke Python 3.x in shebang lines X-Git-Tag: 0.0.1~198 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=25a689c9a8aa8f91757f4264900ed9cab40affb4;hp=25a689c9a8aa8f91757f4264900ed9cab40affb4 Explicitly invoke Python 3.x in shebang lines 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. ---