summaryrefslogtreecommitdiffstats
path: root/bin/update-db
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
commitbb0a3fe929dbe135dcd69620fe4cda2e37435d10 (patch)
treeaaa8d15a181319d6eff262c34f2f4bb51d5c5083 /bin/update-db
parentaccfaf7627ca3573957120150f67dad1380b6b7b (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/update-db')
-rwxr-xr-xbin/update-db1
1 files changed, 1 insertions, 0 deletions
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