diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-11 22:59:35 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-11 22:59:35 +0100 |
| commit | c009172f77549e385b9d79f15f181581c55e9909 (patch) | |
| tree | aaf845578b30c67a2d3f4351afe29caa5e0ed235 /bitbake-dev/lib/bb/fetch/perforce.py | |
| parent | 107a9da00640a9e086a8608c20aee48aefd92893 (diff) | |
| download | poky-c009172f77549e385b9d79f15f181581c55e9909.tar.gz | |
bitbake-dev: Sync with upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake-dev/lib/bb/fetch/perforce.py')
| -rw-r--r-- | bitbake-dev/lib/bb/fetch/perforce.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake-dev/lib/bb/fetch/perforce.py b/bitbake-dev/lib/bb/fetch/perforce.py index 2fb38b4190..394f5a2253 100644 --- a/bitbake-dev/lib/bb/fetch/perforce.py +++ b/bitbake-dev/lib/bb/fetch/perforce.py | |||
| @@ -25,12 +25,11 @@ BitBake build tools. | |||
| 25 | # | 25 | # |
| 26 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig | 26 | # Based on functions from the base bb module, Copyright 2003 Holger Schurig |
| 27 | 27 | ||
| 28 | import os, re | 28 | import os |
| 29 | import bb | 29 | import bb |
| 30 | from bb import data | 30 | from bb import data |
| 31 | from bb.fetch import Fetch | 31 | from bb.fetch import Fetch |
| 32 | from bb.fetch import FetchError | 32 | from bb.fetch import FetchError |
| 33 | from bb.fetch import MissingParameterError | ||
| 34 | 33 | ||
| 35 | class Perforce(Fetch): | 34 | class Perforce(Fetch): |
| 36 | def supports(self, url, ud, d): | 35 | def supports(self, url, ud, d): |
