From dc97853f9fcc3da74ef02f6e7129af6ea94abc1b Mon Sep 17 00:00:00 2001 From: blablacio Date: Sat, 26 Apr 2014 06:44:53 +0300 Subject: [PATCH] Enabling OpenBSD support for uWSGI embedded config --- uwsgiconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgiconfig.py b/uwsgiconfig.py index df1a95d6..fe0c3d69 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1058,7 +1058,7 @@ class uConf(object): self.embed_config = None - if uwsgi_os in ('Linux','FreeBSD'): + if uwsgi_os in ('Linux','FreeBSD','OpenBSD'): self.embed_config = os.environ.get('UWSGI_EMBED_CONFIG') if not self.embed_config: self.embed_config = self.get('embed_config')