Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv17165
Modified Files:
tran.py
Log Message:
wrote abstract
Index: tran.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- tran.py 17 Apr 2003 12:33:36 -0000 1.30
+++ tran.py 21 Apr 2003 09:30:56 -0000 1.31
@@ -17,6 +17,9 @@
import string
import sys
+def abstract (this, *arg, **narg):
+ raise 'abstract method was called', this
+
class Token: pass
class Stackable:
def contained_registers (this):
|