Fix Expression.__bool__
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 19 Jun 2014 08:10:00 +0000 (10:10 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 19 Jun 2014 08:10:00 +0000 (10:10 +0200)
pypol/linear.py

index 2c71c02..749f7c3 100644 (file)
@@ -135,7 +135,7 @@ class Expression:
         return False
 
     def __bool__(self):
-        True
+        return True
 
     def __pos__(self):
         return self