diff options
author | Askeing Yen (fyen) <askeing@gmail.com> | 2016-04-13 16:00:23 -0700 |
---|---|---|
committer | edunham <edunham@mozilla.com> | 2016-04-13 16:07:04 -0700 |
commit | af2ca1fa8076a5ab78f1162aaac819bb8e826ca3 (patch) | |
tree | 6342d11b329eb247c1a4580a57ae6f6ec86e77d9 /python/tidy/servo_tidy/__init__.py | |
parent | 711bfe2860a308acc12a7c0437b9832d3d454c1f (diff) | |
download | servo-af2ca1fa8076a5ab78f1162aaac819bb8e826ca3.tar.gz servo-af2ca1fa8076a5ab78f1162aaac819bb8e826ca3.zip |
Create a Python package of Tidy
Diffstat (limited to 'python/tidy/servo_tidy/__init__.py')
-rw-r--r-- | python/tidy/servo_tidy/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/__init__.py b/python/tidy/servo_tidy/__init__.py new file mode 100644 index 00000000000..6b6351ddd2b --- /dev/null +++ b/python/tidy/servo_tidy/__init__.py @@ -0,0 +1,8 @@ +# 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. |