From: Razvan Deaconescu Date: Wed, 17 Aug 2011 14:02:59 +0000 (+0300) Subject: ppf: Remove get_connection method. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9760015282940df71234b6ceb8c7624e70c66f31;p=cs-p2p-next.git ppf: Remove get_connection method. --- diff --git a/ppf/db/access.py b/ppf/db/access.py index 2022066..2d303e3 100644 --- a/ppf/db/access.py +++ b/ppf/db/access.py @@ -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