[Zope-Checkins] CVS: ZODB3/ZODB - Connection.py:1.98.6.10

Jeremy Hylton jeremy@zope.com
Thu, 10 Jul 2003 09:52:08 -0400


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv22044

Modified Files:
      Tag: zodb33-devel-branch
	Connection.py 
Log Message:
tConnection is unused.


=== ZODB3/ZODB/Connection.py 1.98.6.9 => 1.98.6.10 ===
--- ZODB3/ZODB/Connection.py:1.98.6.9	Thu Jul 10 09:49:29 2003
+++ ZODB3/ZODB/Connection.py	Thu Jul 10 09:52:04 2003
@@ -779,8 +779,3 @@
         new._p_changed=1
         self.getTransaction().register(new)
         self._cache[oid]=new
-
-class tConnection(Connection):
-
-    def close(self):
-        self._breakcr()