##// END OF EJS Templates
El modulo TestReader.py fue borrado
El modulo TestReader.py fue borrado

File last commit:

r10:9523c526b618
r14:ed16197bc8c0
Show More
FtpServerList.py
19 lines | 235 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author: roj-idl71
'''
class FtpServerList:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
m_FtpServer= FtpServer()