From e8fcb6cf08a0403de94a166977a7523a0eabd164 Mon Sep 17 00:00:00 2001
From: Daniel Axtens <dja@ucc.asn.au>
Date: Thu, 1 Jul 2010 17:41:41 +0800
Subject: [PATCH] unbroke

---
 src/arenas/PythonSampleAgents.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/arenas/PythonSampleAgents.py b/src/arenas/PythonSampleAgents.py
index c0c1134..0a710c4 100755
--- a/src/arenas/PythonSampleAgents.py
+++ b/src/arenas/PythonSampleAgents.py
@@ -1,5 +1,5 @@
 #!/usr/bin/python2.5
-'''PythonSampleAgentsArena.py
+'''PythonSampleAgents.py
 An areana that runs the sample bots in python.
 Written by Daniel Axtens <dja@ucc.asn.au> for the UCC Programming Competition in 2010.
 
@@ -10,5 +10,5 @@ from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
 
 
 # Import and add your agents here:
-class PythonSampleAgentsArena:
+class arena:
     Agents =  [Angel,Lucifer,Streetfighter,Frenchie]
\ No newline at end of file
-- 
GitLab