Commit 3e29b5b6 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove apparently unused reference to ThreadLock.

parent 6ca0a809
......@@ -13,7 +13,7 @@
##############################################################################
"""Handy standard storage machinery
$Id: BaseStorage.py,v 1.37 2003/11/28 16:44:49 jim Exp $
$Id: BaseStorage.py,v 1.38 2003/12/23 14:37:13 jeremy Exp $
"""
import cPickle
import threading
......@@ -23,7 +23,6 @@ import UndoLogCompatible
import POSException
from persistent.TimeStamp import TimeStamp
import ThreadLock
import zLOG
from ZODB import bpthread
from ZODB import POSException
......
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