diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index de421068050..ff7ad897723 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -18,7 +18,7 @@ import subprocess import textwrap import json -from python.servo.post_build_commands import PostBuildCommands +from servo.post_build_commands import PostBuildCommands import wpt import wpt.manifestupdate import wpt.run |