aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/__init__.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-14 17:03:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:58:55 +0100
commit89b31a4fb44f2c2ad0bb4210151652cd3730418d (patch)
treea7b19fdd25f71c9ba3efcd03e6e68f46d483bcab /lib/bb/__init__.py
parente4d3077c5b0cc57964640512f3646c2d73c1d855 (diff)
downloadbitbake-89b31a4fb44f2c2ad0bb4210151652cd3730418d.tar.gz
bitbake: bitbake: bb: Drop deprecated functions
These functions in the main bb module have long been deprecated and moved to other modules. Finally remove the compatibility links. (Bitbake rev: ccd181c3ed4852e2b9169cf19aaf18aeacddcc18) (Bitbake rev: d7f817518c5df2524a4bcf008ba63c71a8eb48bb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/__init__.py')
-rw-r--r--lib/bb/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 2480d168d..c0c773563 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -141,6 +141,3 @@ def deprecate_import(current, modulename, fromlist, renames = None):
setattr(sys.modules[current], newname, newobj)
-deprecate_import(__name__, "bb.fetch", ("MalformedUrl", "encodeurl", "decodeurl"))
-deprecate_import(__name__, "bb.utils", ("mkdirhier", "movefile", "copyfile", "which"))
-deprecate_import(__name__, "bb.utils", ["vercmp_string"], ["vercmp"])