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