~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_escaped_store.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:
22
22
 
23
23
from bzrlib import osutils
24
24
from bzrlib.errors import BzrError, UnlistableStore, NoSuchFile
25
 
from bzrlib.store import copy_all
26
25
from bzrlib.store.text import TextStore
27
26
from bzrlib.tests import TestCaseWithTransport
28
27
import bzrlib.transport