From 6c750643182e98fb3d949985c966052ae494b080 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 13 Feb 2020 17:05:29 -0800 Subject: [PATCH] debian override still needs os --- certbot-apache/certbot_apache/_internal/override_debian.py | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot-apache/certbot_apache/_internal/override_debian.py b/certbot-apache/certbot_apache/_internal/override_debian.py index 5be80aea4..c977fb43e 100644 --- a/certbot-apache/certbot_apache/_internal/override_debian.py +++ b/certbot-apache/certbot_apache/_internal/override_debian.py @@ -7,6 +7,7 @@ from certbot import errors from certbot import interfaces from certbot import util from certbot.compat import filesystem +from certbot.compat import os from certbot_apache._internal import apache_util from certbot_apache._internal import configurator