diff options
author | Jack Lloyd <[email protected]> | 2017-08-31 13:46:24 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-31 13:46:24 -0400 |
commit | fa69b2c9021d3287c2400e6f601312197a3e2f4e (patch) | |
tree | e3e93ec114616989e12c5a2f0ed8afa5e5226f2d /src | |
parent | 8966348f80c46bf165188d435207449633e3a136 (diff) |
Remove python3 dep from cli_tests
It runs fine under python2
Diffstat (limited to 'src')
-rwxr-xr-x | src/scripts/cli_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/cli_tests.py b/src/scripts/cli_tests.py index 757de654d..ba0d9affb 100755 --- a/src/scripts/cli_tests.py +++ b/src/scripts/cli_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import binascii from collections import OrderedDict |