changeset 25240:a415e94fd34f

wireproto: remove unused 'store' import
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 21 May 2015 11:34:40 -0700
parents 714f612f2afc
children aa36204766e4
files mercurial/wireproto.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):