comparison hgext/bookmarks.py @ 10463:5ddde896a19d stable

remove unused imports
author Brodie Rao <me+hg@dackz.net>
date Sun, 14 Feb 2010 01:52:31 -0500
parents d6512b3e9ac0
children f77f3383c666
comparison
equal deleted inserted replaced
10462:a94804a8087d 10463:5ddde896a19d
28 branching. 28 branching.
29 ''' 29 '''
30 30
31 from mercurial.i18n import _ 31 from mercurial.i18n import _
32 from mercurial.node import nullid, nullrev, hex, short 32 from mercurial.node import nullid, nullrev, hex, short
33 from mercurial import util, commands, localrepo, repair, extensions 33 from mercurial import util, commands, repair, extensions
34 import os 34 import os
35 35
36 def write(repo): 36 def write(repo):
37 '''Write bookmarks 37 '''Write bookmarks
38 38