diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/cvs.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/cvs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index 0edb794b04..1570cab9c3 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py | |||
| @@ -30,7 +30,7 @@ import os | |||
| 30 | import logging | 30 | import logging |
| 31 | import bb | 31 | import bb |
| 32 | from bb import data | 32 | from bb import data |
| 33 | from bb.fetch import Fetch, FetchError, MissingParameterError, logger | 33 | from bb.fetch2 import Fetch, FetchError, MissingParameterError, logger |
| 34 | 34 | ||
| 35 | class Cvs(Fetch): | 35 | class Cvs(Fetch): |
| 36 | """ | 36 | """ |
