/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 breezy/tests/per_inventory/basics.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-30 19:16:23 UTC
  • mto: This revision was merged to the branch mainline in revision 6639.
  • Revision ID: jelmer@jelmer.uk-20170530191623-t9ls96vjy9wslpoo
Remove deprecated functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
from breezy.tests.per_inventory import TestCaseWithInventory
37
37
 
38
 
from breezy.symbol_versioning import (
39
 
    deprecated_in,
40
 
    )
41
 
 
42
38
 
43
39
class TestInventory(TestCaseWithInventory):
44
40