summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/sources.py')
-rw-r--r--source-builder/sb/sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/sources.py b/source-builder/sb/sources.py
index a619778..1d62cb7 100644
--- a/source-builder/sb/sources.py
+++ b/source-builder/sb/sources.py
@@ -21,7 +21,7 @@
# Manage sources and patches
#
-import log
+from . import log
def _args(args):
return [i for s in [ii.split() for ii in args] for i in s]