diff options
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index de5f0321fa..84116f4f6a 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -80,11 +80,6 @@ if "BBDEBUG" in os.environ: | |||
| 80 | if level: | 80 | if level: |
| 81 | bb.msg.set_debug_level(level) | 81 | bb.msg.set_debug_level(level) |
| 82 | 82 | ||
| 83 | # For compatibility | ||
| 84 | from bb.fetch import MalformedUrl, encodeurl, decodeurl | ||
| 85 | from bb.data import VarExpandError | ||
| 86 | |||
| 87 | |||
| 88 | ####################################################################### | 83 | ####################################################################### |
| 89 | ####################################################################### | 84 | ####################################################################### |
| 90 | # | 85 | # |
| @@ -1019,6 +1014,10 @@ def dep_opconvert(mysplit, myuse): | |||
| 1019 | mypos += 1 | 1014 | mypos += 1 |
| 1020 | return newsplit | 1015 | return newsplit |
| 1021 | 1016 | ||
| 1017 | # For compatibility | ||
| 1018 | from bb.fetch import MalformedUrl, encodeurl, decodeurl | ||
| 1019 | from bb.data import VarExpandError | ||
| 1020 | |||
| 1022 | if __name__ == "__main__": | 1021 | if __name__ == "__main__": |
| 1023 | import doctest, bb | 1022 | import doctest, bb |
| 1024 | bb.msg.set_debug_level(0) | 1023 | bb.msg.set_debug_level(0) |
