diff options
Diffstat (limited to 'testing/mozharness/mozfile/__init__.py')
-rw-r--r-- | testing/mozharness/mozfile/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/mozharness/mozfile/__init__.py b/testing/mozharness/mozfile/__init__.py new file mode 100644 index 000000000..37b8babb8 --- /dev/null +++ b/testing/mozharness/mozfile/__init__.py @@ -0,0 +1,5 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +from mozfile import * |