[Zope3-checkins] CVS: Zope3/src/zodb/code/tests - test_module.py:1.1.2.2

Barry Warsaw barry@wooz.org
Mon, 23 Dec 2002 17:44:55 -0500


Update of /cvs-repository/Zope3/src/zodb/code/tests
In directory cvs.zope.org:/tmp/cvs-serv22744

Modified Files:
      Tag: NameGeddon-branch
	test_module.py 
Log Message:
fix


=== Zope3/src/zodb/code/tests/test_module.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/code/tests/test_module.py:1.1.2.1	Mon Dec 23 14:30:48 2002
+++ Zope3/src/zodb/code/tests/test_module.py	Mon Dec 23 17:44:55 2002
@@ -349,7 +349,7 @@
 
     def open(self):
         # open a new db and importer from the storage
-        self.db = ZODB.DB.DB(self.storage)
+        self.db = zodb.db.DB(self.storage)
         self.root = self.db.open().root()
         self.registry = self.root.get("registry")
         if self.registry is None: