From 7787b21e30f97b7199682a0f4cf90335157e5902 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 18 Apr 2016 16:16:57 +0200 Subject: Move Mako-related files into a new sub-directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There’s gonna be more of them. --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index ef5d59c0d3d..9e20fab1c79 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -666,7 +666,7 @@ def check_css_properties_json(topdir): os.remove(filename) subprocess.check_call([ sys.executable, - path.join(topdir, "components", "style", "build_properties_rs.py"), + path.join(topdir, "components", "style", "properties", "build.py"), "servo", "html", ]) -- cgit v1.2.3