[Wisp-cvs] wisp/users/dig tran.py,1.124,1.125
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-22 16:55:01
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv29321 Modified Files: tran.py Log Message: minor cleanup Index: tran.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v retrieving revision 1.124 retrieving revision 1.125 diff -u -d -r1.124 -r1.125 --- tran.py 21 May 2003 12:43:13 -0000 1.124 +++ tran.py 22 May 2003 16:54:57 -0000 1.125 @@ -390,7 +390,7 @@ 'elf': 'a.out', 'pe': 'untitled.exe', 'com': 'prog.com', - } + } verbose = 0 format = 'elf' opts, args = getopt(sys.argv[1:], 'vo:b:f:', |