# HG changeset patch # User Christian Ebert # Date 1246713974 -7200 # Node ID 75621fa839fbfd1467468ff9cf85db07a38269ea # Parent b21fe4c86037b5af8f9a5c35bf6bad872121b4b4 Remove unused import diff -r b21fe4c86037 -r 75621fa839fb hgkw/keyword.py --- a/hgkw/keyword.py Mon Jun 29 23:46:28 2009 +0200 +++ b/hgkw/keyword.py Sat Jul 04 15:26:14 2009 +0200 @@ -78,7 +78,7 @@ from mercurial import patch, localrepo, templater, templatefilters, util, match from mercurial.hgweb import webcommands from mercurial.lock import release -from mercurial.node import nullid, hex +from mercurial.node import nullid from mercurial.i18n import _ import re, shutil, tempfile, time