From 3e1d23397fb0eb82708df07b28e3a35b5f4f05e7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 22 Jan 2013 17:15:41 +0100 Subject: Removed -tt option from python command line. --- source/pyAggr3g470r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pyAggr3g470r b/source/pyAggr3g470r index ef8582cc..72a763dd 100755 --- a/source/pyAggr3g470r +++ b/source/pyAggr3g470r @@ -120,7 +120,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 -tt" + python_command = "python3.2" if len(sys.argv) == 1: usage() elif sys.argv[1] == "start": -- cgit