From a8ba28e8702d19be8d173ea14b75e40577c45f4b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 6 Apr 2013 03:14:42 +0200 Subject: Default Python version is now 3.3. --- source/pyAggr3g470r | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/pyAggr3g470r b/source/pyAggr3g470r index a0658126..1c972d06 100755 --- a/source/pyAggr3g470r +++ b/source/pyAggr3g470r @@ -129,7 +129,7 @@ if __name__ == "__main__": python_command = "python" if sys.version_info.major == 2: # Ensures that code doesn't illegally mixed tabs and spaces - python_command = "python3.2" + python_command = "python3.3" if len(sys.argv) == 1: usage() elif sys.argv[1] == "start": @@ -140,4 +140,4 @@ if __name__ == "__main__": stop() start(python_command) else: - usage() \ No newline at end of file + usage() -- cgit