From 27fac0ba45adec7b9593fec453cbd6407d2ed74f Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sun, 4 Dec 2016 14:36:05 -0600 Subject: [PATCH] clean up --- dmr_utils/golay.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dmr_utils/golay.py b/dmr_utils/golay.py index 9e28e19..bea730f 100755 --- a/dmr_utils/golay.py +++ b/dmr_utils/golay.py @@ -19,7 +19,7 @@ ############################################################################### from __future__ import print_function - +from bitarray import bitarray from binascii import b2a_hex as ahex # Does anybody read this stuff? There's a PEP somewhere that says I should do this. @@ -252,6 +252,8 @@ def encode_2087(_data): #------------------------------------------------------------------------------ if __name__ == '__main__': + + from time import time # For testing the code def print_hex(_list):