[Zodb-checkins] CVS: Zope3/lib/python/Persistence/BTrees - fsBTree.py:1.1
   
    Kapil Thangavelu
     
    kvthan@wm.edu
       
    Thu, 17 Oct 2002 19:26:55 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv8785
Added Files:
	fsBTree.py 
Log Message:
- added for symmetry with other btree variants
- without which, tools which tried to import _fsBTree.fsBTree.__module__
  would get an import error on 'BTrees.fsBtree'
=== Added File Zope3/lib/python/Persistence/BTrees/fsBTree.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
# 
##############################################################################
from _fsBTree import *