aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-31 13:46:24 -0400
committerJack Lloyd <[email protected]>2017-08-31 13:46:24 -0400
commitfa69b2c9021d3287c2400e6f601312197a3e2f4e (patch)
treee3e93ec114616989e12c5a2f0ed8afa5e5226f2d /src
parent8966348f80c46bf165188d435207449633e3a136 (diff)
Remove python3 dep from cli_tests
It runs fine under python2
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scripts/cli_tests.py2
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