From 0f112f284580f3abb300a08911ba6a06affb7110 Mon Sep 17 00:00:00 2001 From: slm Date: Tue, 10 Aug 2010 17:19:12 +0000 Subject: Corrected comment placement in testKit so that the program would start. --- diff --git a/devtools/CompleteTestKit/testKit.py b/devtools/CompleteTestKit/testKit.py index 6ecf87d..ffaddf4 100755 --- a/devtools/CompleteTestKit/testKit.py +++ b/devtools/CompleteTestKit/testKit.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # testKit - a testing kit run in terminal for pygame benchmarking pygame methods # @@ -13,8 +14,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - -#! /usr/bin/env python print "\n\nLoading..." from datetime import datetime import sys -- cgit v0.9.1