##// END OF EJS Templates
imports: fixed usage of exceptions in import statements as it's reserved in python3
marcink -
r629:3ca5ac83 default
parent child Browse files
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