Commit 44832cbf authored by 's avatar

Added default__class_init__ to the DA class.

parent 1042123c
......@@ -85,8 +85,8 @@
__doc__='''Generic Database adapter
$Id: DA.py,v 1.67 1999/07/01 15:22:12 brian Exp $'''
__version__='$Revision: 1.67 $'[11:-2]
$Id: DA.py,v 1.68 1999/07/26 13:15:54 brian Exp $'''
__version__='$Revision: 1.68 $'[11:-2]
import OFS.SimpleItem, Aqueduct, RDB
import DocumentTemplate, marshal, md5, base64, Acquisition, os
......@@ -432,6 +432,10 @@ class DA(
def connected(self):
return getattr(getattr(self, self.connection_id), 'connected')()
Globals.default__class_init__(DA)
ListType=type([])
class Traverse(ExtensionClass.Base):
"""Helper class for 'traversing' searches during URL traversal
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment