Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslm <jtmengel@gmail.com>2010-08-10 17:19:12 (GMT)
committer slm <jtmengel@gmail.com>2010-08-10 17:19:12 (GMT)
commit0f112f284580f3abb300a08911ba6a06affb7110 (patch)
treec5f1fa252b71a5fe0d60c330ea2cbbfe43494bd9
parent4d183e3078b27bf5c1f7cc96369e4ae18e5dc386 (diff)
Corrected comment placement in testKit so that the program would start.
-rwxr-xr-xdevtools/CompleteTestKit/testKit.py3
1 files changed, 1 insertions, 2 deletions
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