some trivial code cleanup
[progcomp10.git] / src / arenas / PythonSampleAgents.py
index cdaab5f..e3e0ea8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.5
 '''PythonSampleAgents.py
-An areana that runs the sample bots in python.
+An arena that runs the sample bots in python.
 Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
 
 Licensed under an MIT-style license: see the LICENSE file for details.
@@ -8,7 +8,5 @@ Licensed under an MIT-style license: see the LICENSE file for details.
 
 from SampleAgents import Angel, Lucifer, Dummy, Wash, Streetfighter
 
-
-# Import and add your agents here:
 class arena:
     Agents =  [Angel,Lucifer,Streetfighter,Wash]

UCC git Repository :: git.ucc.asn.au