rset.py
changeset 9780 8e687be43d84
parent 9347 bd841d6ae723
child 9820 3ad221fe04aa
--- a/rset.py	Fri May 23 18:12:47 2014 +0200
+++ b/rset.py	Thu Apr 24 12:28:46 2014 +0200
@@ -112,9 +112,6 @@
         """returns the result set's size"""
         return self.rowcount
 
-    def __nonzero__(self):
-        return self.rowcount
-
     def __getitem__(self, i):
         """returns the ith element of the result set"""
         return self.rows[i] #ResultSetRow(self.rows[i])