mirror of
https://github.com/servo/servo.git
synced 2025-10-10 05:20:19 +01:00
3 lines
179 B
Python
3 lines
179 B
Python
# This file exists to allow `python wpt <command>` to work on Windows:
|
|
# https://github.com/web-platform-tests/wpt/pull/6907
|
|
exec(compile(open("wpt", "r").read(), "wpt", 'exec'))
|