diff options
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 7e2933eb89..c0d1b3041e 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -84,6 +84,5 @@ def fatal(*args): | |||
| 84 | 84 | ||
| 85 | # For compatibility | 85 | # For compatibility |
| 86 | from bb.fetch import MalformedUrl, encodeurl, decodeurl | 86 | from bb.fetch import MalformedUrl, encodeurl, decodeurl |
| 87 | from bb.data import VarExpandError | ||
| 88 | from bb.utils import mkdirhier, movefile, copyfile, which | 87 | from bb.utils import mkdirhier, movefile, copyfile, which |
| 89 | from bb.utils import vercmp_string as vercmp | 88 | from bb.utils import vercmp_string as vercmp |
