summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index cf9456b758..282713f40f 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -35,7 +35,7 @@ from bb import utils
35 35
36__version__ = "2" 36__version__ = "2"
37 37
38logger = logging.getLogger("BitBake.Fetch") 38logger = logging.getLogger("BitBake.Fetcher")
39 39
40class BBFetchException(Exception): 40class BBFetchException(Exception):
41 """Class all fetch exceptions inherit from""" 41 """Class all fetch exceptions inherit from"""