X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=home%2Fprogcomp%2Fagents%2Fasmodeus%2Frun.py;fp=home%2Fprogcomp%2Fagents%2Fasmodeus%2Frun.py;h=0000000000000000000000000000000000000000;hp=b646d0638e0fa6d6a9985b8e2ce7bfc96eec1ab6;hb=88fc5a96c424e9a451b98f3b680bc1980345320d;hpb=e3b15cd5dea739f7523920d83bda592db95a7b93 diff --git a/home/progcomp/agents/asmodeus/run.py b/home/progcomp/agents/asmodeus/run.py deleted file mode 100755 index b646d06..0000000 --- a/home/progcomp/agents/asmodeus/run.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/python -u - -from asmodeus import * - -asmodeus = Asmodeus() -if asmodeus.Setup(): - while asmodeus.MoveCycle(): - pass