davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=129c801aea0173fd9ab61a7f0b506b2e40d3ee5a

commit 129c801aea0173fd9ab61a7f0b506b2e40d3ee5a
Author: Dave Andreoli <[email protected]>
Date:   Sat Jan 17 21:03:45 2015 +0100

    Nother try to make cython happy on jenkins
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index a1272ca..eca2b04 100755
--- a/setup.py
+++ b/setup.py
@@ -191,6 +191,7 @@ if set(("build", "build_ext", "install", "bdist", "sdist")) 
& set(sys.argv):
     if USE_CYTHON:
         # check if cython is installed
         try:
+            from Cython.Distutils import Extension
             from Cython.Build import cythonize
             import Cython.Compiler.Options
         except ImportError:

-- 


Reply via email to