mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Use relative import statements to be compatible with Python3
This commit is contained in:
parent
865d7377b3
commit
bed6f2dbec
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue