]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/lib: remove test.py
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 25 Jul 2012 12:51:23 +0000 (13:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:48:15 +0000 (14:48 +0100)
This looks like it was added by accident in OE-Core revision
7903433898b4683a1c09cc9a6a379421bc9bbd58.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/test.py [deleted file]

diff --git a/meta/lib/test.py b/meta/lib/test.py
deleted file mode 100644 (file)
index 12f4d83..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-import oe.license
-
-print(oe.license.is_included('LGPLv2.1 | GPLv3', ['*'], []))