Merge branch 'master' of ssh://soltesz@git.planet-lab.org/git/monitor
[monitor.git] / monitor / sources / emulab.py
1 import os
2
3 url = "http://www.emulab.net/downloads/plab_nodehist.txt"
4 os.popen("curl -s %s | tr ',' ';' | tr '\t' ',' " % url)