mercurial/patch.py
changeset 10905 13a1b2fb7ef2
parent 10884 4fb1bafd43e7
child 10965 7faef79a89c7
--- a/mercurial/patch.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/mercurial/patch.py	Wed Apr 14 17:58:10 2010 +0900
@@ -10,7 +10,7 @@
 from node import hex, nullid, short
 import base85, cmdutil, mdiff, util, diffhelpers, copies
 import cStringIO, email.Parser, os, re
-import sys, tempfile, zlib
+import tempfile, zlib
 
 gitre = re.compile('diff --git a/(.*) b/(.*)')