mercurial/wireproto.py
changeset 25240 a415e94fd34f
parent 25235 41965bf23295
child 25339 c50655b9c856
--- 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):