From 9760015282940df71234b6ceb8c7624e70c66f31 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Wed, 17 Aug 2011 17:02:59 +0300 Subject: [PATCH] ppf: Remove get_connection method. --- ppf/db/access.py | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.20.1