mercurial/tags.py
changeset 9678 e2b1de5fee04
parent 9366 9ff178e7b627
child 10263 25e572394f5c
--- a/mercurial/tags.py	Sat Oct 31 16:49:27 2009 +0100
+++ b/mercurial/tags.py	Sat Oct 31 16:56:58 2009 +0100
@@ -10,7 +10,6 @@
 # Eventually, it could take care of updating (adding/removing/moving)
 # tags too.
 
-import os
 from node import nullid, bin, hex, short
 from i18n import _
 import encoding