Commit 60b69588 authored by Martijn Faassen's avatar Martijn Faassen

Importgeddon part the second. Removed unused imports throughout the

source tree. This should have taken care of most unused imports
in Zope 3. :)
parent 5271a01a
......@@ -27,14 +27,11 @@ the data actually gets written/not written to the storge.
Obviously this test suite should be expanded.
$Id: abstestIDataManager.py,v 1.2 2002/12/25 14:12:15 jim Exp $
$Id: abstestIDataManager.py,v 1.3 2003/05/01 19:34:57 faassen Exp $
"""
import os
from unittest import TestCase
from transaction.txn import Transaction
class IDataManagerTests(TestCase, object):
def setUp(self):
......
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