projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleaner implementation of Domain.__and__()
[linpy.git]
/
examples
/
nsad2010.py
diff --git
a/examples/nsad2010.py
b/examples/nsad2010.py
index
0a25279
..
9359315
100755
(executable)
--- a/
examples/nsad2010.py
+++ b/
examples/nsad2010.py
@@
-1,6
+1,6
@@
#!/usr/bin/env python3
-from
pypol
import *
+from
linpy
import *
class Transformer: