projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
edf531c
2323244
)
Merge branch 'remove-implicit-relative-imports'
author
W. Trevor King
<wking@tremily.us>
Mon, 19 Jan 2015 00:49:09 +0000
(16:49 -0800)
committer
W. Trevor King
<wking@tremily.us>
Mon, 19 Jan 2015 00:49:09 +0000
(16:49 -0800)
This fixes a:
pycomedi ImportError: No module named chanspec
error reported by Lukas <dwisuu@gmail.com> [1].
[1]: id:
51e4fc1f
-b367-4a69-a59b-
39adf383a961
@googlegroups.com
https://groups.google.com/forum/#!topic/comedi_list/5qo3u_Qjx2Q
* remove-implicit-relative-imports:
Use generators, now that Cython supports them
Don't use: from pycomedi cimport module as _module
Use relative imports (or absolute imports for cimport)
1
2
pycomedi/constant.pyx
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
pycomedi/constant.pyx
Simple merge