diff -r 714f612f2afc -r a415e94fd34f mercurial/wireproto.py --- a/mercurial/wireproto.py Sat May 16 16:16:18 2015 -0700 +++ b/mercurial/wireproto.py Thu May 21 11:34:40 2015 -0700 @@ -9,7 +9,7 @@ from i18n import _ from node import bin, hex import changegroup as changegroupmod, bundle2, pushkey as pushkeymod -import peer, error, encoding, util, store, exchange +import peer, error, encoding, util, exchange class abstractserverproto(object):