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:
4c983bb
)
ppf: Add get_connection() method to access.py.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Fri, 19 Aug 2011 09:35:02 +0000
(12:35 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Fri, 19 Aug 2011 09:35:02 +0000
(12:35 +0300)
ppf/db/access.py
patch
|
blob
|
history
diff --git
a/ppf/db/access.py
b/ppf/db/access.py
index
24aa480
..
ef0dee9
100644
(file)
--- a/
ppf/db/access.py
+++ b/
ppf/db/access.py
@@
-29,6
+29,9
@@
class DatabaseAccess:
def disconnect(self):
pass
+ def get_connection(self):
+ return self.conn
+
def get_cursor(self):
return self.cursor