Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
3962:2b8825c94c5a | 3963:ba45041827a2 |
---|---|
6 # of the GNU General Public License, incorporated herein by reference. | 6 # of the GNU General Public License, incorporated herein by reference. |
7 | 7 |
8 from i18n import _ | 8 from i18n import _ |
9 from node import * | 9 from node import * |
10 import base85, cmdutil, mdiff, util | 10 import base85, cmdutil, mdiff, util |
11 import cStringIO, email.Parser, errno, os, popen2, re, shutil, sha | 11 import cStringIO, email.Parser, os, popen2, re, sha |
12 import sys, tempfile, zlib | 12 import sys, tempfile, zlib |
13 | 13 |
14 # helper functions | 14 # helper functions |
15 | 15 |
16 def copyfile(src, dst, basedir=None): | 16 def copyfile(src, dst, basedir=None): |