[Zope-Checkins] CVS: Zope/lib/python/Products/ZGadflyDA - DA.py:1.14
Chris Withers
chrisw@nipltd.com
Mon, 27 May 2002 08:27:25 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZGadflyDA
In directory cvs.zope.org:/tmp/cvs-serv19056
Modified Files:
DA.py
Log Message:
removed dopeyness in manage_addZGadflyConnection
=== Zope/lib/python/Products/ZGadflyDA/DA.py 1.13 => 1.14 ===
id, title, connection, check))
if REQUEST is not None: return self.manage_main(self,REQUEST)
- return self.manage_main(self,REQUEST)
class Connection(DABase.Connection):
" "