from jhplot.io import *
from jhplot import *

http='https://datamelt.org/examples/data/'
file='test.dif'
print Web.get(http+file)
d = HFileDIF(file,"r")
sheet=d.read() 



