##// END OF EJS Templates
IO:...
IO: Cambios realizados en los files SpectraIO y VoltageIO, las cuales contiene metodos necesarios para leer y escribir archivos en formato jicamarca o pdata (.r o .pdata). Valentin Sarmiento - martes 10 de abril de 2012

File last commit:

r16:c320d9a338b2
r59:4a1c54fb9a59
Show More
FtpServerList.py
20 lines | 248 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class FtpServerList:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
m_FtpServer= FtpServer()