Tab removed

This commit is contained in:
Daniele Varrazzo 2006-01-21 04:09:11 +00:00
parent 81d86e9244
commit 7f09080ba2

View File

@ -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