|
[Psyco-checkins] CVS: psyco/test psyco.py,1.3,1.4
From: Kjetil Jacobsen <kjetilja@us...> - 2001-12-18 15:24
|
Update of /cvsroot/psyco/psyco/test
In directory usw-pr-cvs1:/tmp/cvs-serv11435
Modified Files:
psyco.py
Log Message:
- removed files declaration
Index: psyco.py
===================================================================
RCS file: /cvsroot/psyco/psyco/test/psyco.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** psyco.py 2001/12/18 15:06:46 1.3
--- psyco.py 2001/12/18 15:24:34 1.4
***************
*** 2,6 ****
import sys
- files = {}
ticks = 0
depth = 10
--- 2,5 ----
|
| Thread | Author | Date |
|---|---|---|
| [Psyco-checkins] CVS: psyco/test psyco.py,1.3,1.4 | Kjetil Jacobsen <kjetilja@us...> |