Commit e9754479 authored by Jim Fulton's avatar Jim Fulton

undid bogus check in.

parent 80d8f770
......@@ -11,8 +11,8 @@
__doc__='''Generic Database adapter
$Id: DA.py,v 1.55 1998/12/15 21:08:34 jim Exp $'''
__version__='$Revision: 1.55 $'[11:-2]
$Id: DA.py,v 1.56 1998/12/15 21:14:14 jim Exp $'''
__version__='$Revision: 1.56 $'[11:-2]
import OFS.SimpleItem, Aqueduct, RDB
import DocumentTemplate, marshal, md5, base64, DateTime, Acquisition, os
......@@ -32,7 +32,10 @@ from cPickle import dumps, loads
from Results import Results
from App.Extensions import getBrain
Bucket=lambda:{}
try:
raise 'waaa'
from IOBTree import Bucket
except: Bucket=lambda:{}
class SQL(DocumentTemplate.HTML):
......
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