Пример #1
0
    def __init__(self, filepath):
        LOGGER.debug("Using admin command line interface!")

        self.parser = ConfigParser.SafeConfigParser()
        self.parser.readfp(open(filepath))

        ProxyManager.__init__(self)

        self.actions()