/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/tests/test_transform.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-11 07:01:27 UTC
  • mfrom: (5579.3.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110111070127-7cm7qwq6y5t0n36x
(jelmer) Remove some unused imports in the test code. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    ImmortalPendingDeletion,
53
53
    LockError,
54
54
    MalformedTransform,
55
 
    NoSuchFile,
56
55
    ReusingTransform,
57
56
)
58
57
from bzrlib.osutils import (
64
63
    features,
65
64
    HardlinkFeature,
66
65
    SymlinkFeature,
67
 
    TestCase,
68
66
    TestCaseInTempDir,
69
67
    TestSkipped,
70
68
)
74
72
    cook_conflicts,
75
73
    _FileMover,
76
74
    FinalPaths,
77
 
    get_backup_name,
78
75
    resolve_conflicts,
79
76
    resolve_checkout,
80
77
    ROOT_PARENT,