Mercurial > hg
diff mercurial/bookmarks.py @ 14064:e4bfb9c337f3
remove unused imports and variables
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 30 Apr 2011 13:59:14 +0200 |
parents | 3fc7154396d2 |
children | 135e244776f0 |
line wrap: on
line diff
--- a/mercurial/bookmarks.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/bookmarks.py Sat Apr 30 13:59:14 2011 +0200 @@ -6,7 +6,7 @@ # GNU General Public License version 2 or any later version. from mercurial.i18n import _ -from mercurial.node import nullid, nullrev, bin, hex, short +from mercurial.node import hex from mercurial import encoding, error, util import errno, os