mercurial/wireprotoserver.py
changeset 42814 2c4f656c8e9f
parent 42041 3e47d1ec9da5
child 42896 7e19b640c53e
--- a/mercurial/wireprotoserver.py	Sun Aug 18 00:45:33 2019 +0300
+++ b/mercurial/wireprotoserver.py	Sun Aug 18 02:28:42 2019 +0300
@@ -21,10 +21,12 @@
     wireprotov1server,
     wireprotov2server,
 )
+from .interfaces import (
+    util as interfaceutil,
+)
 from .utils import (
     cborutil,
     compression,
-    interfaceutil,
 )
 
 stringio = util.stringio