Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv21599
Modified Files:
linkie.py
Log Message:
added Linkie.__slots__
Index: linkie.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/linkie.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- linkie.py 13 May 2003 13:20:04 -0000 1.59
+++ linkie.py 13 May 2003 13:20:21 -0000 1.60
@@ -11,7 +11,7 @@
class Linkie (Bits):
__slots__ = ['_skipped', '_byte_order', '_symbols', '_alignment',
- '_skipped', '_locals', '_unresolved_locals', '_linker_notes']
+ '_locals', '_unresolved_locals', '_linker_notes']
def __init__ (this, byte_order = None):
Bits.__init__(this, byte_order)
this._skipped = 0
|