changeset 43674 | 5be909dbe385 |
parent 43673 | f0bee3b1b847 |
child 43735 | 7eb701e355bd |
--- a/mercurial/util.py Thu Nov 14 12:41:33 2019 -0800 +++ b/mercurial/util.py Thu Nov 14 13:18:22 2019 -0800 @@ -54,7 +54,6 @@ from .utils import ( compression, procutil, - resourceutil, stringutil, ) @@ -1823,9 +1822,6 @@ return pycompat.ossep.join(([b'..'] * len(a)) + b) or b'.' -datapath = resourceutil.datapath - - def checksignature(func): '''wrap a function with code to check for calling errors'''