Fixed #27878, refs #23919 -- Used python3 shebangs.

This commit is contained in:
Chris Lamb 2017-02-23 23:55:14 +08:00 committed by Tim Graham
parent eb97af0402
commit 4cffa9a1ff
8 changed files with 8 additions and 8 deletions

View file

@ -333,7 +333,7 @@ Let's take a look inside a couple of those files:
.. snippet::
:filename: runtests.py
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import sys