diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/perforce.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/perforce.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index e98440f59f..583dfb93bf 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py | |||
| @@ -30,11 +30,11 @@ 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.fetch2 import Fetch | 33 | from bb.fetch2 import FetchMethod |
| 34 | from bb.fetch2 import FetchError | 34 | from bb.fetch2 import FetchError |
| 35 | from bb.fetch2 import logger | 35 | from bb.fetch2 import logger |
| 36 | 36 | ||
| 37 | class Perforce(Fetch): | 37 | class Perforce(FetchMethod): |
| 38 | def supports(self, url, ud, d): | 38 | def supports(self, url, ud, d): |
| 39 | return ud.type in ['p4'] | 39 | return ud.type in ['p4'] |
| 40 | 40 | ||
