From bed6f2dbec2b5992d5c32d2cfea136e03e5cdcd7 Mon Sep 17 00:00:00 2001 From: marmeladema Date: Sun, 20 Oct 2019 19:43:53 +0100 Subject: Use relative import statements to be compatible with Python3 --- python/tidy/servo_tidy/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy/servo_tidy/tidy.py') diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 2c9985bca34..d4ad6cfde5f 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -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") -- cgit v1.2.3