From 3e8de161c729f6eda00a3854f0fa9a9a1844e5c3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 27 Oct 2012 16:11:57 -0400 Subject: [PATCH] util:wsgi: import os.path for _get_cert_filenames() This was lost in the creation of libbe.util.wsgi from libbe.command.serve: commit 0fa17f6bf6a809df14ae1930542059a9e62066b0 Author: W. Trevor King Date: Mon Aug 27 13:37:58 2012 -0400 libbe:util:wsgi: extract WSGI utilities into a separate module. --- libbe/util/wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libbe/util/wsgi.py b/libbe/util/wsgi.py index 8bbe265..bcbeb1e 100644 --- a/libbe/util/wsgi.py +++ b/libbe/util/wsgi.py @@ -27,6 +27,7 @@ See Also import copy import hashlib import logging +import os.path import re import StringIO import sys -- 2.26.2