Show More
@@ -63,7 +63,7 b' def _dynamic_capabilities_wrapper(lfprot' | |||
|
63 | 63 | def patch_subrepo_type_mapping(): |
|
64 | 64 | from collections import defaultdict |
|
65 | 65 | from hgcompat import subrepo |
|
66 | from exceptions import SubrepoMergeException | |
|
66 | from vcsserver.exceptions import SubrepoMergeException | |
|
67 | 67 | |
|
68 | 68 | class NoOpSubrepo(subrepo.abstractsubrepo): |
|
69 | 69 |
General Comments 0
You need to be logged in to leave comments.
Login now