commit | 8d199077045bd28cc74d4dc66fc6e1a734ea3bda | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <[email protected]> | Wed Feb 19 14:56:55 2020 +0330 |
committer | Ebrahim Byagowi <[email protected]> | Wed Feb 19 16:17:45 2020 +0330 |
tree | a11de14f63d37cef7110e2ed8db521e4497d254a | |
parent | 2c9fbf5561e4ca5abe93ce3990c0cca3982f3517 [diff] [blame] |
Remove python2 support from tests/utils scripts
diff --git a/src/gen-use-table.py b/src/gen-use-table.py index bce99a4..e6e6113 100755 --- a/src/gen-use-table.py +++ b/src/gen-use-table.py
@@ -1,8 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # flake8: noqa -from __future__ import print_function, division, absolute_import - import io import sys