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:
df60a1b
)
ppf: Fix: Remove self. from global class variables.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Wed, 17 Aug 2011 13:43:26 +0000
(16:43 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Wed, 17 Aug 2011 13:43:26 +0000
(16:43 +0300)
ppf/db/access.py
patch
|
blob
|
history
diff --git
a/ppf/db/access.py
b/ppf/db/access.py
index
4a3827a
..
1ee21d0
100644
(file)
--- a/
ppf/db/access.py
+++ b/
ppf/db/access.py
@@
-16,7
+16,7
@@
class DatabaseAccess:
arguments
"""
-
self.
operators = {'eq':'=', 'neq':'<>', 'gt':'>', 'gte':'>=', 'lt':'<', 'lte':'<=', 'lk':'LIKE'}
+ operators = {'eq':'=', 'neq':'<>', 'gt':'>', 'gte':'>=', 'lt':'<', 'lte':'<=', 'lk':'LIKE'}
def __init__(self):
pass