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