X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=progcomp%2Fagents%2Fasmodeus%2Frun.py;fp=progcomp%2Fagents%2Fasmodeus%2Frun.py;h=0000000000000000000000000000000000000000;hp=b646d0638e0fa6d6a9985b8e2ce7bfc96eec1ab6;hb=baf69b8ddea3e2749f114a1e82bc1253ef062bc0;hpb=56b7e6953bb854114e145947f9cad90f16456a5f diff --git a/progcomp/agents/asmodeus/run.py b/progcomp/agents/asmodeus/run.py deleted file mode 100755 index b646d06..0000000 --- a/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