diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2017-02-23 23:55:14 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-23 13:41:10 -0500 |
| commit | 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229 (patch) | |
| tree | fb5a92001ba5e23fea15ddba5d13ce9cdb63a179 /docs/topics/testing | |
| parent | eb97af0402536a86d5d8c916859986288bb88dc9 (diff) | |
Fixed #27878, refs #23919 -- Used python3 shebangs.
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 192a62c516..6bc6b02c5e 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 python + #!/usr/bin/env python3 import os import sys |
