[PATCH] Drop unused imports

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Paul Wise pabs3 at bonedaddy.net
Sun Sep 30 23:44:37 UTC 2012


---
 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
-- 
1.7.10.4





More information about the baseband-devel mailing list