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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index 84f6ec3f3c..001941a29d 100644
--- a/bitbake/lib/bb/__init__.py
+++ b/bitbake/lib/bb/__init__.py
@@ -103,7 +103,7 @@ def fatal(*args):
103 103
104def deprecated(func, name=None, advice=""): 104def deprecated(func, name=None, advice=""):
105 """This is a decorator which can be used to mark functions 105 """This is a decorator which can be used to mark functions
106 as deprecated. It will result in a warning being emmitted 106 as deprecated. It will result in a warning being emitted
107 when the function is used.""" 107 when the function is used."""
108 import warnings 108 import warnings
109 109