Use relative imports (or absolute imports for cimport)
authorW. Trevor King <wking@tremily.us>
Wed, 12 Jun 2013 12:40:16 +0000 (08:40 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 12 Jun 2013 13:20:00 +0000 (09:20 -0400)
commit9bf0e6e871618520c284d00400efe51b2d8d7720
tree0bace5771d6bba2a36ef035a87ac56e9d244500e
parentc3832480bbde8ce21a5a01b94930da232f7f08a9
Use relative imports (or absolute imports for cimport)

The relative-import ticket is still open [1], but the Cython 0.15
release notes (2011-08-05) claim support for relative imports [2].
Relative cimports are not supported yet [3], but I've fixed them up to
use the full absolute import path.

[1]: http://trac.cython.org/cython_trac/ticket/542
[2]: http://wiki.cython.org/ReleaseNotes-0.15
[3]: http://thread.gmane.org/gmane.comp.python.cython.devel/14406
21 files changed:
pycomedi/_comedilib_h.pxd
pycomedi/_error.pyx
pycomedi/calibration.pxd
pycomedi/calibration.pyx
pycomedi/channel.pyx
pycomedi/chanspec.pyx
pycomedi/command.pxd
pycomedi/command.pyx
pycomedi/constant.pyx
pycomedi/device.pxd
pycomedi/device.pyx
pycomedi/device_holder.pxd
pycomedi/instruction.pxd
pycomedi/instruction.pyx
pycomedi/library.pyx
pycomedi/range.pxd
pycomedi/range.pyx
pycomedi/subdevice.pxd
pycomedi/subdevice.pyx
pycomedi/subdevice_holder.pxd
pycomedi/subdevice_holder.pyx