Commit d3005d4d authored by Jeremy Hylton's avatar Jeremy Hylton

Remove unused imports.

parent 2aaec188
...@@ -13,12 +13,9 @@ ...@@ -13,12 +13,9 @@
############################################################################## ##############################################################################
from cStringIO import StringIO from cStringIO import StringIO
from cPickle import Unpickler, Pickler from cPickle import Unpickler, Pickler
import sys
from ZODB.POSException import ConflictError from ZODB.POSException import ConflictError
#import traceback
bad_classes = {} bad_classes = {}
def bad_class(class_tuple): def bad_class(class_tuple):
......
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