aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authormarmeladema <xademax@gmail.com>2019-10-20 19:43:53 +0100
committermarmeladema <xademax@gmail.com>2019-10-20 23:43:26 +0100
commitbed6f2dbec2b5992d5c32d2cfea136e03e5cdcd7 (patch)
tree5d04c3b7257913ec3afe784aa7b80cfd71ce603c /python/servo/command_base.py
parent865d7377b30c43c98072a6883a50f98d97e2b45a (diff)
downloadservo-bed6f2dbec2b5992d5c32d2cfea136e03e5cdcd7.tar.gz
servo-bed6f2dbec2b5992d5c32d2cfea136e03e5cdcd7.zip
Use relative import statements to be compatible with Python3
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index dd242142adb..d7b9b26dee9 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -28,7 +28,7 @@ import zipfile
from xml.etree.ElementTree import XML
from servo.util import download_file
import six.moves.urllib as urllib
-from bootstrap import check_gstreamer_lib
+from .bootstrap import check_gstreamer_lib
from mach.decorators import CommandArgument
from mach.registrar import Registrar