[Zope3-checkins] CVS: Zope3/src/zodb/storage/file - index.py:1.3

Jim Fulton jim@zope.com
Thu, 8 May 2003 16:39:47 -0400


Update of /cvs-repository/Zope3/src/zodb/storage/file
In directory cvs.zope.org:/tmp/cvs-serv1687/src/zodb/storage/file

Modified Files:
	index.py 
Log Message:
Renamed the extension modules in zodb.btrees to avoid dynamic library
name conflicts with extensions in Zope 2.  Some dynamic linkers can't
tell the difference between _OOBTrees.so in the BTrees package and
_OOBTrees.so in the zodb.btrees package.


=== Zope3/src/zodb/storage/file/index.py 1.2 => 1.3 ===
--- Zope3/src/zodb/storage/file/index.py:1.2	Tue Apr 22 11:23:12 2003
+++ Zope3/src/zodb/storage/file/index.py	Thu May  8 16:39:46 2003
@@ -39,7 +39,7 @@
 from __future__ import generators
 import struct
 
-from zodb.btrees._fsBTree import fsBucket
+from zodb.btrees.fsBTree import fsBucket
 
 # convert between numbers and six-byte strings