~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to command.py

  • Committer: Aaron Bentley
  • Date: 2008-02-20 14:28:36 UTC
  • Revision ID: aaron@aaronbentley.com-20080220142836-jqsca0avvl2p3bar
Remove ImportReplacer hack

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import bzrlib
2
2
from bzrlib import commands
3
 
from bzrlib import option
4
3
 
5
4
from version import *
6
5
 
27
26
    if bzrlib_version == desired or (bzrlib_version == desired_plus and
28
27
                                     bzrlib.version_info[3] == 'dev'):
29
28
        return
30
 
    # force ImportReplacer to be evaluated
31
 
    commands.option._verbosity_level
32
29
    try:
33
30
        from bzrlib.trace import warning
34
31
    except ImportError: