From 332a5c2553db41de777473a1e1be9cd1522c9496 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 31 Mar 2016 18:54:41 +0100 Subject: Move the src directory to poezio, for better cython compatibility. --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index ca100524..267c90f4 100755 --- a/launch.sh +++ b/launch.sh @@ -25,5 +25,5 @@ else fi $PYTHON3 -c 'import sys;(print("Python 3.4 or newer is required") and exit(1)) if sys.version_info < (3, 4) else exit(0)' || exit 1 -exec "$PYTHON3" "$poezio_dir/src/poezio.py" -v "$args" "$@" +exec "$PYTHON3" "$poezio_dir/poezio/poezio.py" -v "$args" "$@" -- cgit v1.2.3