Mercurial > public > mercurial-scm > hg
diff mercurial/wireproto.py @ 25240:a415e94fd34f
wireproto: remove unused 'store' import
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 21 May 2015 11:34:40 -0700 |
parents | 41965bf23295 |
children | c50655b9c856 |
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):