mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
Fix tidy issues with Python files in python/
This commit is contained in:
parent
c639a0cf49
commit
e3b71c65bf
9 changed files with 106 additions and 18 deletions
|
@ -1,3 +1,12 @@
|
|||
# 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.
|
||||
|
||||
from __future__ import print_function, unicode_literals
|
||||
from os import path, getcwd, listdir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue