[Zope-CVS] CVS: Products/Ape/lib/apelib/sql - sqlbase.py:1.9

Shane Hathaway shane@zope.com
Wed, 30 Jul 2003 17:33:42 -0400


Update of /cvs-repository/Products/Ape/lib/apelib/sql
In directory cvs.zope.org:/tmp/cvs-serv5368/lib/apelib/sql

Modified Files:
	sqlbase.py 
Log Message:
Merged ape-scan-branch, sneaking in interface updates and minor reformatting.

Ape now watches the filesystem for changes to objects that Zope has in its
cache.


=== Products/Ape/lib/apelib/sql/sqlbase.py 1.8 => 1.9 ===
--- Products/Ape/lib/apelib/sql/sqlbase.py:1.8	Tue May 27 09:38:31 2003
+++ Products/Ape/lib/apelib/sql/sqlbase.py	Wed Jul 30 17:33:05 2003
@@ -67,3 +67,5 @@
     def store(self, event, obj):
         raise NotImplementedError, "abstract method"
 
+    def getSources(self, event):
+        return None