took out other languages
[progcomp10.git] / src / link / C / c_agents.py
diff --git a/src/link/C/c_agents.py b/src/link/C/c_agents.py
deleted file mode 100644 (file)
index aabdc23..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# add your agents to this file by copying the definition and adjusting
-# you then need to modify simulate.py
-
-from link.cAgent import cAgent
-
-class c_angel (cAgent):
-       def __init__ (self):
-               cAgent.__init__(self, "./link/C/agents/c_angel")
-
-class c_lucifer (cAgent):
-       def __init__ (self):
-               cAgent.__init__(self, "./link/C/agents/c_lucifer")
-
-class c_streetfighter (cAgent):
-       def __init__ (self):
-               cAgent.__init__(self, "./link/C/agents/c_streetfighter")
-
-class c_wash (cAgent):
-       def __init__ (self):
-               cAgent.__init__(self, "./link/C/agents/c_wash")

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