diff -r 383fdfa6bba9 -r 268662aac075 tests/wireprotosimplecache.py --- 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,