summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-08-14 13:00:53 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-08-14 13:12:27 +0200
commit292abd34575246feb3ff780de7ead6f53188a71b (patch)
tree5c2e0f3d0e9c35d3c733d64cf3f82a3664c9a61c /bin
parent31ffa2e00368872d12b1c4cc1e09242430c3ec15 (diff)
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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tracker_service.py1
-rwxr-xr-xbin/update-db1
2 files changed, 2 insertions, 0 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy