# HG changeset patch # User Matt Mackall # Date 1397251215 14400 # Node ID ef377f2e0ab9e6615b8d00119fc1b1c9c504844b # Parent 55543ee545abc53069aa565c1a9f8e88a89a01bf exchange: fix pyflakes import complaint diff -r 55543ee545ab -r ef377f2e0ab9 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