diff options
Diffstat (limited to 'test/convert.py')
-rwxr-xr-x | test/convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/convert.py b/test/convert.py index 85e52701..a54edaac 100755 --- a/test/convert.py +++ b/test/convert.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # convert.py: This script converts a Boost.Test unit test into an # equivalent Python unit test. |