From f5c3c9d90a60424456c0226af43bd54799364af1 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Sat, 12 Nov 2022 22:56:42 +0100 Subject: [PATCH] Add missing import os in const.py --- resources/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/const.py b/resources/const.py index 4eba78e6..65b3dd20 100644 --- a/resources/const.py +++ b/resources/const.py @@ -17,6 +17,7 @@ # --- Python Standard Library --- import collections +import os # --- Transitional code from Python 2 to Python 3 --- # See https://github.com/benjaminp/six/blob/master/six.py