summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/perforce.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/perforce.py')
-rw-r--r--bitbake/lib/bb/fetch2/perforce.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py
index e3e9c71da0..6347834c76 100644
--- a/bitbake/lib/bb/fetch2/perforce.py
+++ b/bitbake/lib/bb/fetch2/perforce.py
@@ -33,6 +33,7 @@ from bb import data
33from bb.fetch2 import FetchMethod 33from bb.fetch2 import FetchMethod
34from bb.fetch2 import FetchError 34from bb.fetch2 import FetchError
35from bb.fetch2 import logger 35from bb.fetch2 import logger
36from bb.fetch2 import runfetchcmd
36 37
37class Perforce(FetchMethod): 38class Perforce(FetchMethod):
38 def supports(self, url, ud, d): 39 def supports(self, url, ud, d):