From 51c8bd0f395541d034d0ba21f7ed3173264040e1 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Sat, 15 Mar 2014 21:16:14 +1000 Subject: [PATCH] python 3.3.5 (missing comma) --- python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.json b/python.json index cc2c42feec..dcce72e618 100644 --- a/python.json +++ b/python.json @@ -15,7 +15,7 @@ "bin": [ "python.exe", "py.exe", - "pythonw.exe" + "pythonw.exe", [ "python.exe", "python3" ] ], "env_add_path": [ "scripts" ],