diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2')
| -rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index e7752ee336..d19f0e738e 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
| @@ -33,6 +33,8 @@ from bb import data | |||
| 33 | from bb import persist_data | 33 | from bb import persist_data |
| 34 | from bb import utils | 34 | from bb import utils |
| 35 | 35 | ||
| 36 | __version__ = "2" | ||
| 37 | |||
| 36 | logger = logging.getLogger("BitBake.Fetch") | 38 | logger = logging.getLogger("BitBake.Fetch") |
| 37 | 39 | ||
| 38 | class MalformedUrl(Exception): | 40 | class MalformedUrl(Exception): |
