diff options
Diffstat (limited to 'lib/extras.py')
| -rw-r--r-- | lib/extras.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extras.py b/lib/extras.py index 07fb8dc..ad71a7e 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -117,7 +117,7 @@ class SQL_IN(object): def __init__(self, seq): self._seq = seq - + def getquoted(self): # this is the important line: note how every object in the # list is adapted and then how getquoted() is called on it |
