[Wisp-cvs] wisp/users/dig coff.py,1.4,1.5
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-22 19:22:59
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv7484 Modified Files: coff.py Log Message: minor cleanup Index: coff.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/coff.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- coff.py 17 May 2003 15:37:14 -0000 1.4 +++ coff.py 22 May 2003 19:22:56 -0000 1.5 @@ -7,7 +7,6 @@ #### @(#) $Id$ from linkie import Linkie -from tran import interpret_single def make_coff_section_header (byte_order, name): h = Linkie(byte_order) |