Commit 11fff462 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove apparently unused reference to ThreadLock.

parent 8f8696c1
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Handy standard storage machinery """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 cPickle
import threading import threading
...@@ -23,7 +23,6 @@ import UndoLogCompatible ...@@ -23,7 +23,6 @@ import UndoLogCompatible
import POSException import POSException
from persistent.TimeStamp import TimeStamp from persistent.TimeStamp import TimeStamp
import ThreadLock
import zLOG import zLOG
from ZODB import bpthread from ZODB import bpthread
from ZODB import POSException 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