From 17eb99eea718191b619277754bf15e6a7554d916 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Fri, 3 Sep 2010 18:01:43 +0000 Subject: python 3 only. Fixes all EncodingError bugs :)))) --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index 9024603e..b4b2384f 100644 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh -cd src/ && python poezio.py "$@" +cd src/ && python3 poezio.py "$@" -- cgit v1.2.3