[Zapp-cvs-commit] ZApp ZApp_Base.py,1.20.2.2,1.20.2.3
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-11-06 18:05:08
|
Update of /cvsroot/zapp/ZApp
In directory sc8-pr-cvs1:/tmp/cvs-serv3413
Modified Files:
Tag: CMF_relations
ZApp_Base.py
Log Message:
fixed app meta type attr error
Index: ZApp_Base.py
===================================================================
RCS file: /cvsroot/zapp/ZApp/ZApp_Base.py,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -C2 -d -r1.20.2.2 -r1.20.2.3
*** ZApp_Base.py 6 Nov 2003 18:03:23 -0000 1.20.2.2
--- ZApp_Base.py 6 Nov 2003 18:05:04 -0000 1.20.2.3
***************
*** 155,159 ****
meta_type = 'ZApp Base Type'
! class_default_for_applicationMetaType=ZApp_Application.meta_type
testing = 0
--- 155,159 ----
meta_type = 'ZApp Base Type'
! class_default_for_applicationMetaType=ZApp_Application.ZApp_Application.meta_type
testing = 0
|