Commit 7fda00fe authored by Jim Fulton's avatar Jim Fulton

Added code to get the interfaces registered with the OOBTree classes.

Eventually, we should add registration for the other flavors too.
This will require deciding how to specify the II, IO, OI variants. ;)
parent 70f54df6
......@@ -3,3 +3,11 @@ import ZODB
try: import intSet
except: pass
else: del intSet
# Register interfaces
try: import Interface
except ImportError: pass # Don't register interfaces if no scarecrow
else:
import Interfaces
del Interfaces
del Interface
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