diff hgext/keyword.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 09b00faa8670
children 894875eae49b
line wrap: on
line diff
--- a/hgext/keyword.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/hgext/keyword.py	Thu Mar 06 22:23:26 2008 +0100
@@ -81,7 +81,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