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/test/shaping/run-tests.py b/test/shaping/run-tests.py index 26853e4..188badf 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py
@@ -1,6 +1,4 @@ -#!/usr/bin/env python - -from __future__ import print_function, division, absolute_import +#!/usr/bin/env python3 import sys, os, subprocess, hashlib, tempfile, shutil