From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Thu, 19 Jun 2014 20:20:29 +0000
Subject: fix an import issue with cython newer than 0.20.2

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ab55629..3772f44 100755
--- a/setup.py
+++ b/setup.py
@@ -123,7 +123,7 @@ if not has_setuptools:
 # Check if Cython is installed or not (requisite)
 try:
     from Cython.Distutils import build_ext
-    from Cython.Compiler.Main import Version
+    from Cython.Compiler import Version
     cmdclass['build_ext'] = build_ext
 except ImportError:
     exit_with_error(
