[Zope3-checkins] CVS: Zope3/src/zope/app/applicationcontrol - zodbcontrol.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Feb 16 16:39:22 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/applicationcontrol
In directory cvs.zope.org:/tmp/cvs-serv6698/src/zope/app/applicationcontrol

Modified Files:
	zodbcontrol.py 
Log Message:
Doc string fixes.


=== Zope3/src/zope/app/applicationcontrol/zodbcontrol.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/applicationcontrol/zodbcontrol.py:1.2	Tue Nov 25 10:55:28 2003
+++ Zope3/src/zope/app/applicationcontrol/zodbcontrol.py	Mon Feb 16 16:38:51 2004
@@ -30,7 +30,6 @@
 
     def getDatabaseSize(self, db):
         """See zope.app.interfaces.applicationControl.IZODBControl"""
-        """See zope.app.interfaces.applicationControl.IZODBControl"""
         # XXX ZODB 4 doesn't support getting the database size
         # the original implementation (commnted out) depended on internal
         # file-storage implementation details.




More information about the Zope3-Checkins mailing list