~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/xml4.py

(vila) Revise legal option names to be less drastic. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
 
17
from __future__ import absolute_import
 
18
 
17
19
from bzrlib.xml_serializer import (
18
20
    Element,
19
 
    ElementTree,
20
21
    SubElement,
21
22
    XMLSerializer,
22
23
    escape_invalid_chars,
23
24
    )
24
 
from bzrlib.inventory import ROOT_ID, Inventory, InventoryEntry
 
25
from bzrlib.inventory import ROOT_ID, Inventory
25
26
import bzrlib.inventory as inventory
26
27
from bzrlib.revision import Revision
27
28
from bzrlib.errors import BzrError