diff mercurial/wireprototypes.py @ 42824:2c4f656c8e9f

interfaceutil: move to interfaces/ Now that we have a dedicated folder for interfaces, let's move interfaceutil there. Differential Revision: https://phab.mercurial-scm.org/D6742
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sun, 18 Aug 2019 02:28:42 +0300
parents c767e655ffda
children 9668744c9122
line wrap: on
line diff
--- 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.