add sorting tables to the pcu view.
[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)