summaryrefslogtreecommitdiff
path: root/bin/cython
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cython')
-rwxr-xr-xbin/cython8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/cython b/bin/cython
index 094beed47..2acad0d0e 100755
--- a/bin/cython
+++ b/bin/cython
@@ -4,13 +4,5 @@
# Cython -- Main Program, Unix
#
-import os
-import sys
-
-# Make sure we import the right Cython
-binpath, _ = os.path.split(os.path.realpath(__file__))
-cythonpath, _ = os.path.split(binpath)
-sys.path.insert(0, cythonpath)
-
from Cython.Compiler.Main import main
main(command_line = 1)