diff options
Diffstat (limited to 'bitbake-dev/lib/bb/fetch/svk.py')
| -rw-r--r-- | bitbake-dev/lib/bb/fetch/svk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/fetch/svk.py b/bitbake-dev/lib/bb/fetch/svk.py index 442f85804f..120dad9d4e 100644 --- a/bitbake-dev/lib/bb/fetch/svk.py +++ b/bitbake-dev/lib/bb/fetch/svk.py | |||
| @@ -36,7 +36,7 @@ class Svk(Fetch): | |||
| 36 | """Class to fetch a module or modules from svk repositories""" | 36 | """Class to fetch a module or modules from svk repositories""" |
| 37 | def supports(self, url, ud, d): | 37 | def supports(self, url, ud, d): |
| 38 | """ | 38 | """ |
| 39 | Check to see if a given url can be fetched with cvs. | 39 | Check to see if a given url can be fetched with svk. |
| 40 | """ | 40 | """ |
| 41 | return ud.type in ['svk'] | 41 | return ud.type in ['svk'] |
| 42 | 42 | ||
