mercurial/patch.py
changeset 6211 f89fd07fc51d
parent 6179 36ab165abbe2
child 6275 fda369b5779c
--- a/mercurial/patch.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/patch.py	Thu Mar 06 22:23:26 2008 +0100
@@ -7,7 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from i18n import _
-from node import *
+from node import hex, nullid, short
 import base85, cmdutil, mdiff, util, context, revlog, diffhelpers
 import cStringIO, email.Parser, os, popen2, re, sha, errno
 import sys, tempfile, zlib