~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_symbol_versioning.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-06 11:33:42 UTC
  • mfrom: (5409.1.1 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100906113342-s41muavhjutdc7xr
(vila) Cleanup imports in bt.per_wt.test_pull (most of them were useless).
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.symbol_versioning import (
23
23
    deprecated_function,
24
24
    deprecated_in,
 
25
    deprecated_list,
25
26
    deprecated_method,
26
27
    )
27
28
from bzrlib.tests import TestCase