[Cmfcollectorng-cvs] CMFCollectorNG/Extensions Install.py,1.9.2.3,1.9.2.4
Status: Alpha
Brought to you by:
ajung
|
From: <aj...@us...> - 2003-09-03 16:36:44
|
Update of /cvsroot/cmfcollectorng/CMFCollectorNG/Extensions
In directory sc8-pr-cvs1:/tmp/cvs-serv12947/Extensions
Modified Files:
Tag: V-0_20-branch
Install.py
Log Message:
added Plone Site
Index: Install.py
===================================================================
RCS file: /cvsroot/cmfcollectorng/CMFCollectorNG/Extensions/Install.py,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -C2 -d -r1.9.2.3 -r1.9.2.4
*** Install.py 31 Mar 2003 13:34:45 -0000 1.9.2.3
--- Install.py 3 Sep 2003 16:36:39 -0000 1.9.2.4
***************
*** 42,46 ****
# add roles to CMF Site instance
! assert self.meta_type == 'CMF Site'
for role in ("TrackerAdmin", "Supporter", "Reporter"):
--- 42,46 ----
# add roles to CMF Site instance
! assert self.meta_type in ('CMF Site', 'Plone Site')
for role in ("TrackerAdmin", "Supporter", "Reporter"):
|