Commit b7b5bfb0 authored by Jim Fulton's avatar Jim Fulton

Removed an unneeded import that fails under Zope 2.

parent 4e825cab
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
############################################################################## ##############################################################################
"""Test broken-object suppport """Test broken-object suppport
$Id: testBroken.py,v 1.1 2004/02/25 12:31:41 jim Exp $ $Id: testBroken.py,v 1.2 2004/02/25 13:06:12 jim Exp $
""" """
import sys import sys
import unittest import unittest
import persistent import persistent
from transaction import get_transaction #from transaction import get_transaction
from doctest import DocTestSuite from doctest import DocTestSuite
from ZODB.tests.util import DB from ZODB.tests.util import DB
......
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