From 784a53beef0ff4fb593bb6c4643924830b29e1bd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 7 Mar 2017 10:10:32 -0500 Subject: Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229. --- docs/topics/testing/advanced.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index 6bc6b02c5e..192a62c516 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -333,7 +333,7 @@ Let's take a look inside a couple of those files: .. snippet:: :filename: runtests.py - #!/usr/bin/env python3 + #!/usr/bin/env python import os import sys -- cgit v1.3