Mercurial > hgsubversion
diff svncommand.py @ 243:2027f851d60c
Small cleanups: remove unneeded imports, useless superclass.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 08 Apr 2009 17:54:30 +0200 |
parents | 06130689a2c8 |
children | 28d0ee605308 |
line wrap: on
line diff
--- a/svncommand.py +++ b/svncommand.py @@ -1,12 +1,10 @@ import os -import stat import sys import traceback from mercurial import hg from mercurial import node -import svnwrap import util from util import register_subcommand, svn_subcommands, generate_help, svn_commands_nourl # dirty trick to force demandimport to run my decorator anyway.