summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
-rw-r--r--bitbake/lib/bb/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index 574e0de5be..876f7e3976 100644
--- a/bitbake/lib/bb/__init__.py
+++ b/bitbake/lib/bb/__init__.py
@@ -194,7 +194,6 @@ def deprecated(func, name=None, advice=""):
194# For compatibility 194# For compatibility
195def deprecate_import(current, modulename, fromlist, renames = None): 195def deprecate_import(current, modulename, fromlist, renames = None):
196 """Import objects from one module into another, wrapping them with a DeprecationWarning""" 196 """Import objects from one module into another, wrapping them with a DeprecationWarning"""
197 import sys
198 197
199 module = __import__(modulename, fromlist = fromlist) 198 module = __import__(modulename, fromlist = fromlist)
200 for position, objname in enumerate(fromlist): 199 for position, objname in enumerate(fromlist):