/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-12 20:13:07 UTC
  • mfrom: (3267 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080312201307-ngd5bynt2nvhnlb7
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
from bzrlib.lazy_import import lazy_import
24
24
lazy_import(globals(), """
25
 
 
26
25
from bzrlib import (
27
26
    errors,
28
 
    log,
29
27
    revisionspec,
30
 
    symbol_versioning,
31
28
    )
32
29
""")
33
 
from bzrlib.trace import warning
 
30
 
34
31
from bzrlib import (
35
32
    registry as _mod_registry,
36
33
    )