Mercurial > public > mercurial-scm > hg
diff mercurial/templatekw.py @ 14064:e4bfb9c337f3
remove unused imports and variables
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 30 Apr 2011 13:59:14 +0200 |
parents | a8d13ee0ce68 |
children | 1f46be4689ed |
line wrap: on
line diff
--- a/mercurial/templatekw.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/templatekw.py Sat Apr 30 13:59:14 2011 +0200 @@ -6,7 +6,7 @@ # GNU General Public License version 2 or any later version. from node import hex -import encoding, patch, util, error, help +import patch, util, error, help def showlist(name, values, plural=None, **args): '''expand set of values.