Commit 675f2fc7 authored by Jim Fulton's avatar Jim Fulton

Fixed a name error.

parent e463ba1f
...@@ -325,7 +325,7 @@ class MappingStorage(object): ...@@ -325,7 +325,7 @@ class MappingStorage(object):
# ZODB.interfaces.IStorage # ZODB.interfaces.IStorage
def tpc_vote(self, transaction): def tpc_vote(self, transaction):
if transaction is not self._transaction: if transaction is not self._transaction:
raise POSException.StorageTransactionError( raise ZODB.POSException.StorageTransactionError(
"tpc_vote called with wrong transaction") "tpc_vote called with wrong transaction")
class TransactionRecord: class TransactionRecord:
......
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