def load_config()

in libs/gunicorn_wrapper.py [0:0]


  def load_config(self):
    config = dict([(key, value) for (key, value) in iteritems(self.options)
                  if key in self.cfg.settings and value is not None])
    for key, value in iteritems(config):
      self.cfg.set(key.lower(), value)