exchange: fix pyflakes import complaint
authorMatt Mackall <mpm@selenic.com>
Fri, 11 Apr 2014 17:20:15 -0400
changeset 20974 ef377f2e0ab9
parent 20973 55543ee545ab
child 20975 37cdf1fca1b2
exchange: fix pyflakes import complaint
mercurial/exchange.py
--- 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