/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/workingtree_3.py

Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
from .lockdir import LockDir
39
39
from .mutabletree import MutableTree
40
40
from .transport.local import LocalTransport
41
 
from .workingtree import (
 
41
from .bzrworkingtree import (
42
42
    InventoryWorkingTree,
43
43
    WorkingTreeFormatMetaDir,
44
44
    )