[Python-checkins] CVS: python/dist/src/Tools/compiler/compiler consts.py,1.4,1.5

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 14 Sep 2001 15:54:50 -0700


Update of /cvsroot/python/python/dist/src/Tools/compiler/compiler
In directory usw-pr-cvs1:/tmp/cvs-serv24915

Modified Files:
	consts.py 
Log Message:
del no longer necessary now that new module is gone


Index: consts.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/compiler/compiler/consts.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** consts.py	2001/09/14 22:44:35	1.4
--- consts.py	2001/09/14 22:54:48	1.5
***************
*** 1,4 ****
- del classobj, code, function, instance, instancemethod, module
- 
  # operation flags
  OP_ASSIGN = 'OP_ASSIGN'
--- 1,2 ----