[Zope-Checkins] CVS: ZODB3/ZODB - Connection.py:1.98.6.8
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Thu, 10 Jul 2003 09:46:15 -0400
    
    
  
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv21103
Modified Files:
      Tag: zodb33-devel-branch
	Connection.py 
Log Message:
Bit o' reformatting.
=== ZODB3/ZODB/Connection.py 1.98.6.7 => 1.98.6.8 ===
--- ZODB3/ZODB/Connection.py:1.98.6.7	Wed Jul  9 15:37:22 2003
+++ ZODB3/ZODB/Connection.py	Thu Jul 10 09:46:09 2003
@@ -470,11 +470,11 @@
                 del o._p_jar
                 del o._p_oid
 
-    #XXX
+    def db(self):
+        return self._db
 
-    def db(self): return self._db
-
-    def getVersion(self): return self._version
+    def getVersion(self):
+        return self._version
 
     def isReadOnly(self):
         return self._storage.isReadOnly()