diff options
Diffstat (limited to 'python/tidy/__init__.py')
-rw-r--r-- | python/tidy/__init__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/tidy/__init__.py b/python/tidy/__init__.py new file mode 100644 index 00000000000..74a15acad8f --- /dev/null +++ b/python/tidy/__init__.py @@ -0,0 +1,11 @@ +# 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 .tidy import scan # noqa +from .test import do_tests # noqa |