[Zodb-checkins] CVS: ZODB3/BDBStorage/tests - test_autopack.py:1.6.2.5

Barry Warsaw barry@wooz.org
Thu, 30 Jan 2003 18:32:45 -0500


Update of /cvs-repository/ZODB3/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv25066

Modified Files:
      Tag: ZODB3-3_1-branch
	test_autopack.py 
Log Message:
NotImplemented -> NotImplementedError


=== ZODB3/BDBStorage/tests/test_autopack.py 1.6.2.4 => 1.6.2.5 ===
--- ZODB3/BDBStorage/tests/test_autopack.py:1.6.2.4	Mon Jan 27 18:19:02 2003
+++ ZODB3/BDBStorage/tests/test_autopack.py	Thu Jan 30 18:32:42 2003
@@ -282,7 +282,7 @@
         get_transaction().abort()
 
     def _getPackThread(self, storage):
-        raise NotImplemented
+        raise NotImplementedError
 
     def testRaceCondition(self):
         unless = self.failUnless