From: W. Trevor King Date: Mon, 19 Jan 2015 00:49:09 +0000 (-0800) Subject: Merge branch 'remove-implicit-relative-imports' X-Git-Tag: 0.9~1 X-Git-Url: http://git.tremily.us/?p=pycomedi.git;a=commitdiff_plain;h=ece9371376e77492b2cc23fcc029abc654bc65b4 Merge branch 'remove-implicit-relative-imports' This fixes a: pycomedi ImportError: No module named chanspec error reported by Lukas [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) --- ece9371376e77492b2cc23fcc029abc654bc65b4