E&S CVS Commit: TransWarp - Removed 'Meta.ClassInit' and '__class_init__' support. Use metaclass

pje at eby-sarna.com pje at eby-sarna.com
Sun Mar 31 12:09:00 EST 2002


Module Name:	TransWarp
Committed By:	pje
Date:		Sun Mar 31 17:08:33 UTC 2002

Modified Files:
	TransWarp: CHANGES.txt
	TransWarp/src/TW/API: Meta.py
	TransWarp/src/TW/Database: DataModel.py
	TransWarp/src/TW/SEF: Basic.py
	TransWarp/src/TW/XMI: Reading.py

Log Message:
Removed 'Meta.ClassInit' and '__class_init__' support.  Use metaclass
'__init__' methods instead; see 'TW.Database.DataModel.RecordTypeMC'
for one example of the conversion.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/TransWarp/CHANGES.txt.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/TransWarp/src/TW/API/Meta.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/TransWarp/src/TW/Database/DataModel.py.diff?r1=1.23&r2=1.24
http://cvs.eby-sarna.com/TransWarp/src/TW/SEF/Basic.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/TransWarp/src/TW/XMI/Reading.py.diff?r1=1.21&r2=1.22

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 TransWarp/CHANGES.txt
cvs rdiff -r1.11 -r1.12 TransWarp/src/TW/API/Meta.py
cvs rdiff -r1.23 -r1.24 TransWarp/src/TW/Database/DataModel.py
cvs rdiff -r1.17 -r1.18 TransWarp/src/TW/SEF/Basic.py
cvs rdiff -r1.21 -r1.22 TransWarp/src/TW/XMI/Reading.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list