Commit 91f7e11f authored by Gary Poster's avatar Gary Poster

oops: add missing files

parent 70d6d375
import sys
import zope.interface
import BTrees.Interfaces
from BTrees import IOBTree as IOModule
from BTrees import OIBTree as OIModule
from BTrees import IFBTree as IFModule
from BTrees import IIBTree as IIModule
maxint = int(2**31-1)
minint = -maxint - 1
zope.interface.moduleProvides(BTrees.Interfaces.IIntegerFamily)
import sys
import zope.interface
import BTrees.Interfaces
from BTrees import LOBTree as IOModule
from BTrees import OLBTree as OIModule
from BTrees import LFBTree as IFModule
from BTrees import LLBTree as IIModule
maxint = 2**63-1
minint = -maxint - 1
zope.interface.moduleProvides(BTrees.Interfaces.IIntegerFamily)
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