##// END OF EJS Templates
A new SendToServer Unit has been created to upload files to a remote server....
A new SendToServer Unit has been created to upload files to a remote server. A testSendGraphs2server.py has been added to test this new feature. Test files have been updated

File last commit:

r568:486c66596e4c
r573:e93e8802031b
Show More
__init__.py
29 lines | 554 B | text/x-python | PythonLexer
'''
$Author: murco $
$Id: JRODataIO.py 169 2012-11-19 21:57:03Z murco $
'''
from jroIO_voltage import *
from jroIO_spectra import *
from jroIO_heispectra import *
from jroIO_usrp import *
try:
from jroIO_usrp_api import *
except:
print "jroIO_usrp_api could not be imported"
try:
from jroIO_amisr import *
except:
print "jroIO_amisr could not be imported"
try:
from jroIO_HDF5 import *
except:
print "jroIO_HDF5 could not be imported"
try:
from jroIO_hf import *
except:
print "jroIO_hf could not be imported"