~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-16 01:58:16 UTC
  • mfrom: (2696.1.2 remove-deprecated)
  • Revision ID: pqm@pqm.ubuntu.com-20070816015816-95mkpi0q9k1hrsy3
Remove deprecated interfaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
from bzrlib.inventory import Inventory, InventoryDirectory, ROOT_ID
54
54
from bzrlib.symbol_versioning import (
55
55
        deprecated_method,
56
 
        zero_nine,
57
56
        )
58
57
from bzrlib.trace import mutter, note, warning
59
58