[Zope3-checkins] CVS: Zope3/src/zope/app/browser/content - sql.py:1.8

Steve Alexander steve@cat-box.net
Sat, 7 Jun 2003 02:37:51 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/content
In directory cvs.zope.org:/tmp/cvs-serv4294/src/zope/app/browser/content

Modified Files:
	sql.py 
Log Message:
updated to use new-style interface declarations


=== Zope3/src/zope/app/browser/content/sql.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/content/sql.py:1.7	Fri Jun  6 17:35:16 2003
+++ Zope3/src/zope/app/browser/content/sql.py	Sat Jun  7 02:37:19 2003
@@ -32,6 +32,8 @@
     # __implements__ of the newly created class (see SimpleViewClass in the
     # same module) ought to be a union of __implements__ of all the base
     # classes.  Or perhaps it should be done by zope.app.browser.form.editview?
+    #
+    # XXX: is this still true now that we have the new interfaces package?
 
     __used_for__ = ISQLScript