diff options
| -rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index b18b406583..d36655071b 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
| @@ -1741,6 +1741,7 @@ from . import hg | |||
| 1741 | from . import osc | 1741 | from . import osc |
| 1742 | from . import repo | 1742 | from . import repo |
| 1743 | from . import clearcase | 1743 | from . import clearcase |
| 1744 | from . import npm | ||
| 1744 | 1745 | ||
| 1745 | methods.append(local.Local()) | 1746 | methods.append(local.Local()) |
| 1746 | methods.append(wget.Wget()) | 1747 | methods.append(wget.Wget()) |
| @@ -1757,3 +1758,4 @@ methods.append(hg.Hg()) | |||
| 1757 | methods.append(osc.Osc()) | 1758 | methods.append(osc.Osc()) |
| 1758 | methods.append(repo.Repo()) | 1759 | methods.append(repo.Repo()) |
| 1759 | methods.append(clearcase.ClearCase()) | 1760 | methods.append(clearcase.ClearCase()) |
| 1761 | methods.append(npm.Npm()) | ||
