changeset 42824 | 2c4f656c8e9f |
parent 42432 | c767e655ffda |
child 42958 | 9668744c9122 |
--- a/mercurial/wireprototypes.py Sun Aug 18 00:45:33 2019 +0300 +++ b/mercurial/wireprototypes.py Sun Aug 18 02:28:42 2019 +0300 @@ -17,9 +17,11 @@ error, util, ) +from .interfaces import ( + util as interfaceutil, +) from .utils import ( compression, - interfaceutil, ) # Names of the SSH protocol implementations.