wireproto: remove unused 'store' import
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 21 May 2015 11:34:40 -0700
changeset 25240 a415e94fd34f
parent 25239 714f612f2afc
child 25241 aa36204766e4
wireproto: remove unused 'store' import
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):