Fix syntax error

This commit is contained in:
Jonathan Prates 2014-05-28 09:03:12 -03:00
parent 47f0de9836
commit edcdfeb057

View File

@ -166,7 +166,7 @@ class BaseQuerySet(object):
def __bool__(self):
""" Same behaviour in Py3 """
return self.__nonzero__():
return self.__nonzero__()
# Core functions