~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_xml.py

  • Committer: Lalo Martins
  • Date: 2005-09-07 10:37:16 UTC
  • mto: (1185.1.5)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: lalo@exoweb.net-20050907103716-2fc576c35c2df5f5
cleaning up and refactoring the branch module.

Special attention to import styles (we had all four of them!)  Martin
has standardized on "from bzrlib.foo import bar", so let's stick to it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from bzrlib.selftest import TestCase
20
20
from bzrlib.inventory import Inventory, InventoryEntry
21
 
from bzrlib.xml import serializer_v4
22
 
from bzrlib.xml5 import serializer_v5
 
21
from bzrlib.xml import serializer_v4, serializer_v5
23
22
 
24
23
_working_inventory_v4 = """<inventory file_id="TREE_ROOT">
25
24
<entry file_id="bar-20050901064931-73b4b1138abc9cd2" kind="file" name="bar" parent_id="TREE_ROOT" />