mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1929372 - [mozversioncontrol] Fix missing import shim to SrcRepository, r=sheehan
Differential Revision: https://phabricator.services.mozilla.com/D228819
This commit is contained in:
parent
5c67a60245
commit
451fe8c5ed
@ -11,3 +11,4 @@ from mozversioncontrol.factory import ( # noqa
|
||||
from mozversioncontrol.repo.base import Repository # noqa
|
||||
from mozversioncontrol.repo.git import GitRepository # noqa
|
||||
from mozversioncontrol.repo.mercurial import HgRepository # noqa
|
||||
from mozversioncontrol.repo.source import SrcRepository # noqa
|
||||
|
Loading…
Reference in New Issue
Block a user