[Zope-Checkins] CVS: Zope3/lib/python/Persistence/BTrees/tests - testSetOps.py:1.7

Tim Peters tim.one@comcast.net
Mon, 24 Jun 2002 22:11:03 -0400


Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees/tests
In directory cvs.zope.org:/tmp/cvs-serv13078/tests

Modified Files:
	testSetOps.py 
Log Message:
Removed a stale import stmt.


=== Zope3/lib/python/Persistence/BTrees/tests/testSetOps.py 1.6 => 1.7 ===
         # The internal set iteration protocol allows "iterating over" a
         # a single key as if it were a set.
-        from Persistence.BTrees.IIBTree import union
         N = 100
         union, mkset = self.union, self.mkset
         slow = mkset()