More debugging output.
[progcomp10.git] / src / simulate.py
index 13a20fa..1a38656 100755 (executable)
@@ -6,9 +6,10 @@ Licensed under an MIT-style license: see the LICENSE file for details.
 '''
 
 # Import and add your agents here:
-from djaAgents import BOFH
+from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_frenchie
+
 from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
-Agents = [Angel, Lucifer, Frenchie, Streetfighter, BOFH]
+Agents =  [c_angel,c_lucifer,c_streetfighter,c_frenchie]
 
 ####################################
 # Developers only past this point! #

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