projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561a4ad
)
Yes, 2 < 3. (fix constant comparison doctest).
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 02:19:22 +0000
(22:19 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 02:19:22 +0000
(22:19 -0400)
pycomedi/constant.pyx
patch
|
blob
|
history
diff --git
a/pycomedi/constant.pyx
b/pycomedi/constant.pyx
index 1fed075e8e6cbd5dda0f2c5e98e78ba434bd7b9b..1f892197873be285ecc2bc3c07d279e38582f506 100644
(file)
--- a/
pycomedi/constant.pyx
+++ b/
pycomedi/constant.pyx
@@
-91,7
+91,7
@@
False
>>> TRIG_SRC.now <= 2
True
>>> TRIG_SRC.now < 3
-
Fals
e
+
Tru
e
>>> TRIG_SRC.now > None
True