mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -24,7 +24,7 @@ import colorama
|
|||
import toml
|
||||
import voluptuous
|
||||
import yaml
|
||||
from licenseck import OLD_MPL, MPL, APACHE, COPYRIGHT, licenses_toml, licenses_dep_toml
|
||||
from .licenseck import OLD_MPL, MPL, APACHE, COPYRIGHT, licenses_toml, licenses_dep_toml
|
||||
from six import iteritems
|
||||
topdir = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||
wpt = os.path.join(topdir, "tests", "wpt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue