projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Expression.__bool__
[linpy.git]
/
pypol
/
linear.py
diff --git
a/pypol/linear.py
b/pypol/linear.py
index
2c71c02
..
749f7c3
100644
(file)
--- a/
pypol/linear.py
+++ b/
pypol/linear.py
@@
-135,7
+135,7
@@
class Expression:
return False
def __bool__(self):
- True
+
return
True
def __pos__(self):
return self