patch: remove duplicated import of cStringIO
authorPierre-Yves David <pierre-yves.david@fb.com>
Sun, 17 May 2015 17:27:10 -0700
changeset 25138 0d6b64fbb5ba
parent 25137 85fc79707cb2
child 25139 6d3079e9b53f
patch: remove duplicated import of cStringIO It is already imported a couple of line above.
mercurial/patch.py
--- a/mercurial/patch.py	Mon May 18 11:36:33 2015 -0400
+++ b/mercurial/patch.py	Sun May 17 17:27:10 2015 -0700
@@ -16,7 +16,6 @@
 
 from i18n import _
 from node import hex, short
-import cStringIO
 import base85, mdiff, scmutil, util, diffhelpers, copies, encoding, error
 import pathutil