From 43d7ec33ae30393cb9b549281563ec1fcd78c591 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 22 Oct 2019 16:32:10 +0200 Subject: [PATCH] fix import --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index 73de8f2..e6bd6c3 100755 --- a/install.py +++ b/install.py @@ -1,6 +1,7 @@ #!/srv/pandora/bin/python3 import os +import re from os.path import join, abspath, basename, dirname import ox