# HG changeset patch # User Joel Rosdahl # Date 1204838606 -3600 # Node ID 439a24d34a1393f0ce95ecbcdcb8a6ae5c1ec0ee # Parent 2f179ea3a9aa01aabd576b28a9f16b1adf8a8b08 Expand import * to allow Pyflakes to find problems [ original upstream description ] diff -r 2f179ea3a9aa -r 439a24d34a13 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