Fixed few tidy errors

This commit is contained in:
Sandeep Hegde 2017-10-25 11:27:26 -04:00
parent 445ab9ae8d
commit 58ab11cf9b
4 changed files with 41 additions and 13 deletions

View file

@ -1,4 +1,12 @@
import sys
# Copyright 2013 The Servo Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution.
#
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
# option. This file may not be copied, modified, or distributed
# except according to those terms.
import subprocess
subprocess.call('python python/servo/mutation/init.py components/script/dom', shell=True)