]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
ppf: Remove get_connection method.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 17 Aug 2011 14:02:59 +0000 (17:02 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 17 Aug 2011 14:02:59 +0000 (17:02 +0300)
ppf/db/access.py

index 2022066d3c4a5b4b3d6b697f2a2f304ecdcf17f9..2d303e36ee907c873f3a2d403427a12e2ed44f03 100644 (file)
@@ -32,9 +32,6 @@ class DatabaseAccess:
     def get_cursor(self):
         return self.cursor
 
-    def get_connection(self):
-        return self.conn
-
     def insert_swarms_row(self, row):
         pass