First attempt at a matlab link.
[progcomp10.git] / src / link / MATLAB / agents / ml_angel.py
1 # ml_angel.py - a custom bot shell generated by bundle-agent.sh for UCC::ProgComp 2010
2 # calls "/Applications/Octave/Octave.app/Contents/Resources/bin/octave -qf link/MATLAB/agents/ml_angel.m" to invoke the bot
3
4 from link.externAgent import externAgent
5
6 class ml_angel (externAgent):
7         def __init__ (self):
8                 externAgent.__init__(self, ["/Applications/Octave/Octave.app/Contents/Resources/bin/octave", "-qf", "link/MATLAB/agents/ml_angel.m"])
9         
10         def __del__(self):
11                 try:
12                         self.process.kill()
13                 except:
14                         None

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