~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to command.py

  • Committer: Aaron Bentley
  • Date: 2007-12-17 13:11:59 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20071217131159-dqve0ry2kvci7o2a
Received bug report

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
3
4
 
4
5
from version import *
5
6
 
26
27
    if bzrlib_version == desired or (bzrlib_version == desired_plus and
27
28
                                     bzrlib.version_info[3] == 'dev'):
28
29
        return
 
30
    # force ImportReplacer to be evaluated
 
31
    commands.option._verbosity_level
29
32
    try:
30
33
        from bzrlib.trace import warning
31
34
    except ImportError: