From 8eb2f3d7a836a2b521e51208d128382faffaa2c8 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 1 Oct 2012 07:44:37 +0800 Subject: Drop unused imports from the python utilities. --- src/target_dsp/calypso/dump2coff.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target_dsp') diff --git a/src/target_dsp/calypso/dump2coff.py b/src/target_dsp/calypso/dump2coff.py index 67a49e8e..c05a0ffc 100755 --- a/src/target_dsp/calypso/dump2coff.py +++ b/src/target_dsp/calypso/dump2coff.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from collections import namedtuple import re import sys import struct -- cgit v1.2.3