Don't use: from pycomedi cimport module as _module
authorW. Trevor King <wking@tremily.us>
Wed, 12 Jun 2013 13:17:34 +0000 (09:17 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 15 Jun 2013 14:22:47 +0000 (10:22 -0400)
commit0d40627995f40367a47ea6772ee9dc98ceb135d7
treeb50bc2d34264ffab0cc1231fb9520a35e491ad30
parent9bf0e6e871618520c284d00400efe51b2d8d7720
Don't use: from pycomedi cimport module as _module

Stick with:

  from pycomedi.module import Class as _Class

to avoid things like:

  pycomedi/subdevice.pxd:24:5: '_subdevice_holder.pxd' not found

which is probably a bug in my Cython 0.16.
pycomedi/device.pxd
pycomedi/device.pyx
pycomedi/range.pxd
pycomedi/range.pyx
pycomedi/subdevice.pxd
pycomedi/subdevice.pyx