diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/hg.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/hg.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index e21115debf..8f503701ed 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py | |||
@@ -13,8 +13,6 @@ BitBake 'Fetch' implementation for mercurial DRCS (hg). | |||
13 | # | 13 | # |
14 | 14 | ||
15 | import os | 15 | import os |
16 | import sys | ||
17 | import logging | ||
18 | import bb | 16 | import bb |
19 | import errno | 17 | import errno |
20 | from bb.fetch2 import FetchMethod | 18 | from bb.fetch2 import FetchMethod |