Skip to content

Commit 3079b0c

Browse files
committed
Update build-script-helper.py to Python 3
1 parent 7efd438 commit 3079b0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/usr/bin/env python
2-
3-
from __future__ import print_function
1+
#!/usr/bin/env python3
42

53
import argparse
64
import os

0 commit comments

Comments
 (0)