From bb0a3fe929dbe135dcd69620fe4cda2e37435d10 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 14 Aug 2020 13:00:53 +0200 Subject: Add missing imports The one for update-db was dropped in f815d203, whereas tracker_service has been getting the import from the web_support one. But let's better be explicit. --- bin/tracker_service.py | 1 + bin/update-db | 1 + 2 files changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/tracker_service.py b/bin/tracker_service.py index 7aac74899f..2cbcaa301f 100755 --- a/bin/tracker_service.py +++ b/bin/tracker_service.py @@ -1,5 +1,6 @@ #!/usr/bin/python3 +import os.path import sys sys.path.insert(0,'../lib/python') import bugs diff --git a/bin/update-db b/bin/update-db index e6da4322ed..46368096ba 100755 --- a/bin/update-db +++ b/bin/update-db @@ -1,6 +1,7 @@ #!/usr/bin/python3 from __future__ import print_function +import os import sys import setup_paths -- cgit v1.2.3