Applied Frenchie's Wash Patch.
[progcomp10.git] / src / arenas / PythonSampleAgents.py
index 0a710c4..cdaab5f 100755 (executable)
@@ -6,9 +6,9 @@ Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in
 Licensed under an MIT-style license: see the LICENSE file for details.
 '''
 
-from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
+from SampleAgents import Angel, Lucifer, Dummy, Wash, Streetfighter
 
 
 # Import and add your agents here:
 class arena:
-    Agents =  [Angel,Lucifer,Streetfighter,Frenchie]
\ No newline at end of file
+    Agents =  [Angel,Lucifer,Streetfighter,Wash]

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