[Wisp-cvs] wisp/users/dig linkie.py,1.32,1.33
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-22 07:04:24
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv12669 Modified Files: linkie.py Log Message: let Linkie inherit from object Index: linkie.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- linkie.py 21 Apr 2003 11:37:16 -0000 1.32 +++ linkie.py 22 Apr 2003 07:04:20 -0000 1.33 @@ -10,7 +10,7 @@ from array import array from types import * -class Linkie: +class Linkie (object): def __init__ (this, byte_order): this._symbols = [] # symbol -> address this._alignment = 1 # minimal required alignment constraint |