--- src/host/fb_tools/bdf_to_c.py | 1 - src/target_dsp/calypso/dump2coff.py | 1 - 2 files changed, 2 deletions(-)
diff --git a/src/host/fb_tools/bdf_to_c.py b/src/host/fb_tools/bdf_to_c.py index 2a3a644..86be6a6 100755 --- a/src/host/fb_tools/bdf_to_c.py +++ b/src/host/fb_tools/bdf_to_c.py @@ -27,7 +27,6 @@ selected glyphs in the format defined by the <fb/font.h> header. from optparse import OptionParser import sys import os -import string
def unique_name(thisname,existingnames) : # return first of thisname, thisname_1, thisname_2, ... diff --git a/src/target_dsp/calypso/dump2coff.py b/src/target_dsp/calypso/dump2coff.py index 67a49e8..c05a0ff 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