From 17b79eb3264eaf3b3d9ad343aa1a0e76ba678cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 16 Feb 2021 23:37:44 +0000 Subject: [PATCH] Missing import. --- ognibuild/tests/test_debian_fix_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ognibuild/tests/test_debian_fix_build.py b/ognibuild/tests/test_debian_fix_build.py index bcb1421..7cb3eac 100644 --- a/ognibuild/tests/test_debian_fix_build.py +++ b/ognibuild/tests/test_debian_fix_build.py @@ -15,6 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +import os import re from debian.deb822 import Deb822