mercurial/patch.py
changeset 3963 ba45041827a2
parent 3902 0d27502a804c
child 3967 dccb83241dd0
--- a/mercurial/patch.py	Sun Dec 24 22:55:34 2006 +0100
+++ b/mercurial/patch.py	Mon Dec 25 13:37:00 2006 +0100
@@ -8,7 +8,7 @@
 from i18n import _
 from node import *
 import base85, cmdutil, mdiff, util
-import cStringIO, email.Parser, errno, os, popen2, re, shutil, sha
+import cStringIO, email.Parser, os, popen2, re, sha
 import sys, tempfile, zlib
 
 # helper functions