changeset 42813 | 268662aac075 |
parent 42158 | 69921d02daaf |
child 42814 | 2c4f656c8e9f |
--- a/mercurial/httppeer.py Thu Aug 22 16:47:31 2019 -0700 +++ b/mercurial/httppeer.py Sun Aug 18 00:45:33 2019 +0300 @@ -16,12 +16,14 @@ import weakref from .i18n import _ +from .interfaces import ( + repository, +) from . import ( bundle2, error, httpconnection, pycompat, - repository, statichttprepo, url as urlmod, util,