Commit 3c3817b6 authored by Jim Fulton's avatar Jim Fulton

Import Persistent from Persistence rather that Globals to avoid Zope

dependency.
parent 95c1388e
......@@ -84,9 +84,9 @@
##############################################################################
"""Simple column indices"""
__version__='$Revision: 1.26 $'[11:-2]
__version__='$Revision: 1.27 $'[11:-2]
from Globals import Persistent
from Persistence import Persistent
from BTree import BTree
from intSet import intSet
import operator
......
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