diff mercurial/bundlerepo.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 3d666e8e6398
children c0c4c7b1e8d3
line wrap: on
line diff
--- a/mercurial/bundlerepo.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/bundlerepo.py	Thu Mar 06 22:23:26 2008 +0100
@@ -10,7 +10,7 @@
 of the GNU General Public License, incorporated herein by reference.
 """
 
-from node import *
+from node import hex, nullid, short
 from i18n import _
 import changegroup, util, os, struct, bz2, tempfile, mdiff
 import localrepo, changelog, manifest, filelog, revlog