def _get_config_from_server(self):
     ch = ConfigHolder(options=self.options, context={'foo': 'bar'},
                       config={'verboseLevel': self.verboseLevel})
     client = Client(ch)
     return client.get_server_configuration()
 def _get_config_from_server(self):
     ch = ConfigHolder(options=self.options,
                       context={'foo': 'bar'},
                       config={'verboseLevel': self.verboseLevel})
     client = Client(ch)
     return client.get_server_configuration()