changeset 20974:ef377f2e0ab9

exchange: fix pyflakes import complaint
author Matt Mackall <mpm@selenic.com>
date Fri, 11 Apr 2014 17:20:15 -0400
parents 55543ee545ab
children 37cdf1fca1b2
files mercurial/exchange.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/exchange.py	Thu Apr 10 15:12:12 2014 +0800
+++ b/mercurial/exchange.py	Fri Apr 11 17:20:15 2014 -0400
@@ -5,7 +5,6 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-import sys
 from i18n import _
 from node import hex, nullid
 import cStringIO