Expand import * to allow Pyflakes to find problems stable
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 06 Mar 2008 22:23:26 +0100
branchstable
changeset 421 439a24d34a13
parent 419 2f179ea3a9aa
child 423 7d1aeda2d0cc
child 426 671d2e27d388
Expand import * to allow Pyflakes to find problems [ original upstream description ]
hgkw/keyword.py
--- a/hgkw/keyword.py	Thu Feb 21 16:22:31 2008 -0300
+++ b/hgkw/keyword.py	Thu Mar 06 22:23:26 2008 +0100
@@ -83,7 +83,7 @@
 from mercurial import commands, cmdutil, context, dispatch, filelog, revlog
 from mercurial import patch, localrepo, templater, templatefilters, util
 from mercurial.hgweb import webcommands
-from mercurial.node import *
+from mercurial.node import nullid, hex
 from mercurial.i18n import _
 import re, shutil, tempfile, time