diff options
Diffstat (limited to 'bitbake-dev/lib/bb/fetch/cvs.py')
-rw-r--r-- | bitbake-dev/lib/bb/fetch/cvs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/fetch/cvs.py b/bitbake-dev/lib/bb/fetch/cvs.py index d8bd4eaf75..90a006500e 100644 --- a/bitbake-dev/lib/bb/fetch/cvs.py +++ b/bitbake-dev/lib/bb/fetch/cvs.py | |||
@@ -41,7 +41,7 @@ class Cvs(Fetch): | |||
41 | """ | 41 | """ |
42 | Check to see if a given url can be fetched with cvs. | 42 | Check to see if a given url can be fetched with cvs. |
43 | """ | 43 | """ |
44 | return ud.type in ['cvs', 'pserver'] | 44 | return ud.type in ['cvs'] |
45 | 45 | ||
46 | def localpath(self, url, ud, d): | 46 | def localpath(self, url, ud, d): |
47 | if not "module" in ud.parm: | 47 | if not "module" in ud.parm: |