diff options
Diffstat (limited to 'bitbake/lib/bb/exceptions.py')
-rw-r--r-- | bitbake/lib/bb/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/exceptions.py b/bitbake/lib/bb/exceptions.py index f182c8fd62..eadfc57157 100644 --- a/bitbake/lib/bb/exceptions.py +++ b/bitbake/lib/bb/exceptions.py | |||
@@ -1,4 +1,4 @@ | |||
1 | from __future__ import absolute_import | 1 | |
2 | import inspect | 2 | import inspect |
3 | import traceback | 3 | import traceback |
4 | import bb.namedtuple_with_abc | 4 | import bb.namedtuple_with_abc |