summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-06-09 11:48:11 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-06-09 11:49:08 +0200
commitb0b207db71600d480fd7ae6fe43e058b3a0cd51b (patch)
tree4a36c81a9059ed43db4772a7bb4cb3b675be8444 /bin
parent40758c6b5f853f42d1ea167f05db74c33a358ed5 (diff)
downloadcython-b0b207db71600d480fd7ae6fe43e058b3a0cd51b.tar.gz
Split the interface of "cythonrun" and "BuildExecutable" so that the latter no longer automatically runs the program.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cythonrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cythonrun b/bin/cythonrun
index 1c6195492..f09e1d58d 100755
--- a/bin/cythonrun
+++ b/bin/cythonrun
@@ -9,7 +9,7 @@ Basic usage:
python cythonrun somefile.py [ARGS]
"""
-from Cython.Build.BuildExecutable import build, build_and_run
+from Cython.Build.BuildExecutable import build_and_run
if __name__ == '__main__':
import sys