Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 242:06130689a2c8 | 243:2027f851d60c |
|---|---|
| 1 import os | 1 import os |
| 2 import stat | |
| 3 import sys | 2 import sys |
| 4 import traceback | 3 import traceback |
| 5 | 4 |
| 6 from mercurial import hg | 5 from mercurial import hg |
| 7 from mercurial import node | 6 from mercurial import node |
| 8 | 7 |
| 9 import svnwrap | |
| 10 import util | 8 import util |
| 11 from util import register_subcommand, svn_subcommands, generate_help, svn_commands_nourl | 9 from util import register_subcommand, svn_subcommands, generate_help, svn_commands_nourl |
| 12 # dirty trick to force demandimport to run my decorator anyway. | 10 # dirty trick to force demandimport to run my decorator anyway. |
| 13 from svncommands import pull | 11 from svncommands import pull |
| 14 from utility_commands import print_wc_url | 12 from utility_commands import print_wc_url |
