X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Flink%2FcAgent.py;fp=src%2Flink%2FcAgent.py;h=0000000000000000000000000000000000000000;hb=041f195b018bb74676017dd0a09f8a079611ba4b;hp=5d445aa0db608abbc00da0feac6a207320b8d7a3;hpb=699697dcaa730ccc26cd570cbf8975e2591344c0;p=progcomp10.git diff --git a/src/link/cAgent.py b/src/link/cAgent.py deleted file mode 100644 index 5d445aa..0000000 --- a/src/link/cAgent.py +++ /dev/null @@ -1,17 +0,0 @@ -'''cAgent.py - a bot shell for talking to C bots. -Written by Daniel Axtens for the UCC Programming Competition in 2010. - -This is a separate class to externAgent so that changes can be made -without requiring C agents to have their wrapper scripts rewritten. - -Licensed under an MIT-style license: see the LICENSE file for details. -''' - -from link.externAgent import externAgent - -class cAgent (externAgent): - """A class for handling agents in C. - A subclass of externAgent so that changes can be made to how all external - agents are handled, or how all C agents are handled, without requiring C - agents to have their wrapper scripts rewritten. Use this in preference to - externAgent for C agents.""" \ No newline at end of file