Merge branch 'remove-implicit-relative-imports'
authorW. Trevor King <wking@tremily.us>
Mon, 19 Jan 2015 00:49:09 +0000 (16:49 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 19 Jan 2015 00:49:09 +0000 (16:49 -0800)
commitece9371376e77492b2cc23fcc029abc654bc65b4
tree54b6397c8dad05ba18b2d6da9ce68bb97000e44d
parentedf531c6e0bb7785f5e0b1b797f5b80765f79bf8
parent232324464d58a778ba97bb3c9dd3bbbfd2db5c5f
Merge branch 'remove-implicit-relative-imports'

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)
pycomedi/constant.pyx