diff options
Diffstat (limited to 'python/tidy/tests/__init__.py')
-rw-r--r-- | python/tidy/tests/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tidy/tests/__init__.py b/python/tidy/tests/__init__.py new file mode 100644 index 00000000000..6b6351ddd2b --- /dev/null +++ b/python/tidy/tests/__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. |