tests/wireprotosimplecache.py
changeset 42813 268662aac075
parent 40218 b27bcf81071b
child 42814 2c4f656c8e9f
--- a/tests/wireprotosimplecache.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/tests/wireprotosimplecache.py	Sun Aug 18 00:45:33 2019 +0300
@@ -10,12 +10,14 @@
 from mercurial import (
     extensions,
     registrar,
-    repository,
     util,
     wireprotoserver,
     wireprototypes,
     wireprotov2server,
 )
+from mercurial.interfaces import (
+    repository,
+)
 from mercurial.utils import (
     interfaceutil,
     stringutil,