projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fa206
)
ppf: Remove get_connection method.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Wed, 17 Aug 2011 14:02:59 +0000
(17:02 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Wed, 17 Aug 2011 14:02:59 +0000
(17:02 +0300)
ppf/db/access.py
patch
|
blob
|
history
diff --git
a/ppf/db/access.py
b/ppf/db/access.py
index
2022066
..
2d303e3
100644
(file)
--- 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