SVN: ZODB/trunk/src/ZODB/MappingStorage.py Fixed a name error.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20100909184836.B7BFF941EF__33722.8365512148$1284058125$gmane$org@cvs.zope.org>
Log message for revision 116278:
  Fixed a name error.
  

Changed:
  U   ZODB/trunk/src/ZODB/MappingStorage.py

-=-
Modified: ZODB/trunk/src/ZODB/MappingStorage.py
===================================================================
--- ZODB/trunk/src/ZODB/MappingStorage.py	2010-09-09 18:38:55 UTC (rev 116277)
+++ ZODB/trunk/src/ZODB/MappingStorage.py	2010-09-09 18:48:36 UTC (rev 116278)
@@ -325,7 +325,7 @@
     # ZODB.interfaces.IStorage
     def tpc_vote(self, transaction):
         if transaction is not self._transaction:
-            raise POSException.StorageTransactionError(
+            raise ZODB.POSException.StorageTransactionError(
                 "tpc_vote called with wrong transaction")
 
 class TransactionRecord:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.