From 5a8fc8c342620f79d86d7fc8c91eca0f3e327c14 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 28 Apr 2019 14:50:11 +1000 Subject: [PATCH] describe: add forgotten import --- describe.py | 1 + 1 file changed, 1 insertion(+) diff --git a/describe.py b/describe.py index a7618ba..b9cc3a3 100755 --- a/describe.py +++ b/describe.py @@ -2,6 +2,7 @@ import satisfactory +import os if __name__ == '__main__': root = os.path.dirname(__file__)