mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fixed few tidy errors
This commit is contained in:
parent
445ab9ae8d
commit
58ab11cf9b
4 changed files with 41 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue