'''
Created on Feb 7, 2012

@author $Author$
@version $Id$
'''

class FtpServerList:
    '''
    classdocs
    '''


    def __init__(self):
        '''
        Constructor
        '''
        pass
    m_FtpServer= FtpServer()

