Update of /cvsroot/pycrust/PyCrust
In directory sc8-pr-cvs1:/tmp/cvs-serv7387
Modified Files:
crust.py
Log Message:
Convenience pointer to buffer so crust can be used in PyAlaMode.
Index: crust.py
===================================================================
RCS file: /cvsroot/pycrust/PyCrust/crust.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** crust.py 4 Apr 2003 04:23:52 -0000 1.38
--- crust.py 6 Apr 2003 04:26:25 -0000 1.39
***************
*** 39,42 ****
--- 39,43 ----
locals=locals, InterpClass=InterpClass,
*args, **kwds)
+ self.buffer = self.shell.buffer
if rootObject is None:
rootObject = self.shell.interp.locals
|