diff options
| author | Tim Graham <timograham@gmail.com> | 2017-03-07 10:10:32 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-07 10:10:32 -0500 |
| commit | 784a53beef0ff4fb593bb6c4643924830b29e1bd (patch) | |
| tree | 51f040ebad27a3c67211db9180f4e28a3ec90544 /docs/topics/testing | |
| parent | 9bbb6e2d2536c4ac20dc13a94c1f80494e51f8d9 (diff) | |
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
