diff mercurial/patch.py @ 6211:f89fd07fc51d

Expand import * to allow Pyflakes to find problems
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:26 +0100
parents 36ab165abbe2
children fda369b5779c
line wrap: on
line diff
--- 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