diff options
| -rw-r--r-- | bitbake/lib/bb/fetch2/hg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index bbb4ed95dc..3b743ff51d 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
| @@ -28,6 +28,7 @@ import os | |||
| 28 | import sys | 28 | import sys |
| 29 | import logging | 29 | import logging |
| 30 | import bb | 30 | import bb |
| 31 | import errno | ||
| 31 | from bb import data | 32 | from bb import data |
| 32 | from bb.fetch2 import FetchMethod | 33 | from bb.fetch2 import FetchMethod |
| 33 | from bb.fetch2 import FetchError | 34 | from bb.fetch2 import FetchError |
