comparison mercurial/tags.py @ 9678:e2b1de5fee04

remove unused imports
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 31 Oct 2009 16:56:58 +0100
parents 9ff178e7b627
children 25e572394f5c
comparison
equal deleted inserted replaced
9677:0c072e63e3e7 9678:e2b1de5fee04
8 8
9 # Currently this module only deals with reading and caching tags. 9 # Currently this module only deals with reading and caching tags.
10 # Eventually, it could take care of updating (adding/removing/moving) 10 # Eventually, it could take care of updating (adding/removing/moving)
11 # tags too. 11 # tags too.
12 12
13 import os
14 from node import nullid, bin, hex, short 13 from node import nullid, bin, hex, short
15 from i18n import _ 14 from i18n import _
16 import encoding 15 import encoding
17 import error 16 import error
18 17