diff options
author | Christopher Larson <kergoth@gmail.com> | 2011-12-05 15:25:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-08 15:24:29 +0000 |
commit | 91378835c6d857ce74dd51a242ad27e73e628a72 (patch) | |
tree | 7de7c2b6e3b82f140499608a07133e32ffb49d36 | |
parent | 31ac06a3a00221c9ba8074c9b18998761b68be07 (diff) | |
download | poky-91378835c6d857ce74dd51a242ad27e73e628a72.tar.gz |
oe.test_types: move into an oe.tests package
(From OE-Core rev: 36cc35b4cbb91049a63daa7c915f538047db0f76)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oe/tests/__init__.py | 0 | ||||
-rw-r--r-- | meta/lib/oe/tests/test_types.py (renamed from meta/lib/oe/test_types.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/meta/lib/oe/tests/__init__.py b/meta/lib/oe/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/meta/lib/oe/tests/__init__.py | |||
diff --git a/meta/lib/oe/test_types.py b/meta/lib/oe/tests/test_types.py index 367cc30e45..367cc30e45 100644 --- a/meta/lib/oe/test_types.py +++ b/meta/lib/oe/tests/test_types.py | |||