[Zope-CVS] CVS: Products/Ape/lib/apelib/sql - sqlbase.py:1.8.4.1
Shane Hathaway
shane@zope.com
Thu, 24 Jul 2003 08:16:10 -0400
Update of /cvs-repository/Products/Ape/lib/apelib/sql
In directory cvs.zope.org:/tmp/cvs-serv8851/lib/apelib/sql
Modified Files:
Tag: ape-scan-branch
sqlbase.py
Log Message:
Modified strategy that asks gateways for sources directly.
=== Products/Ape/lib/apelib/sql/sqlbase.py 1.8 => 1.8.4.1 ===
--- Products/Ape/lib/apelib/sql/sqlbase.py:1.8 Tue May 27 09:38:31 2003
+++ Products/Ape/lib/apelib/sql/sqlbase.py Thu Jul 24 08:15:36 2003
@@ -67,3 +67,5 @@
def store(self, event, obj):
raise NotImplementedError, "abstract method"
+ def getSources(self, event):
+ return None