Mercurial > hg-stable
changeset 9027:8c441691d414
keyword: remove unused import
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Sat, 04 Jul 2009 15:26:14 +0200 |
parents | 28b1797b0040 |
children | bea567ae3ff6 |
files | hgext/keyword.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/keyword.py Sat Jul 04 13:31:36 2009 +0200 +++ b/hgext/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