File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33import sys
44
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python
1+ #!/usr/bin/env python3
22
33# This source file is part of the Swift.org open source project
44#
1313Small script used to easily run the update_checkout module unit tests.
1414"""
1515
16-
17- from __future__ import absolute_import , unicode_literals
18-
1916import os
2017import shutil
2118import sys
Original file line number Diff line number Diff line change 88# See https://swift.org/LICENSE.txt for license information
99# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
11- from __future__ import print_function
12-
1311import argparse
1412import json
1513import os
You can’t perform that action at this time.
0 commit comments