comparison __init__.py @ 251:23b02f892d9b

Fix up imports in __init__.py.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 10 Apr 2009 17:12:04 +0200
parents a9134fa28d15
children c3d5c4ae9c7c
comparison
equal deleted inserted replaced
250:79349fd04836 251:23b02f892d9b
11 automated tests. See `README' in the hgsubversion directory for 11 automated tests. See `README' in the hgsubversion directory for
12 details. 12 details.
13 ''' 13 '''
14 14
15 import os 15 import os
16 import sys
17 import traceback
16 18
17 from mercurial import commands 19 from mercurial import commands
18 from mercurial import hg 20 from mercurial import hg
19 from mercurial import util as hgutil 21 from mercurial import util as hgutil
20 22
21 from svn import core 23 from svn import core
22 24
23 import svncommand
24 import svncommands 25 import svncommands
25 import tag_repo 26 import tag_repo
26 import util 27 import util
27 28
28 from util import svn_subcommands, svn_commands_nourl 29 from util import svn_subcommands, svn_commands_nourl