Expand import * to allow Pyflakes to find problems
[ original upstream description ]
--- 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