Mercurial > hg-stable
diff mercurial/patch.py @ 3963:ba45041827a2
remove various unused import
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 25 Dec 2006 13:37:00 +0100 |
parents | 0d27502a804c |
children | dccb83241dd0 |
line wrap: on
line diff
--- 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