summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcython.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cython.py b/cython.py
index bcc2d8667..9283c4d9e 100755
--- a/cython.py
+++ b/cython.py
@@ -8,7 +8,7 @@ if __name__ == '__main__':
import os
import sys
-
+
# Make sure we import the right Cython
cythonpath, _ = os.path.split(os.path.realpath(__file__))
sys.path.insert(0, cythonpath)
@@ -21,3 +21,4 @@ else:
from Cython.Shadow import *
## and bring in the __version__
from Cython import __version__
+ from Cython import load_ipython_extension