[Wisp-cvs] wisp/users/dig tran.py,1.30,1.31
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-21 09:31:00
|
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): |