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
17
from bzrlib.xml_serializer import ElementTree, SubElement, Element, Serializer
18
24
from bzrlib.inventory import ROOT_ID, Inventory, InventoryEntry
19
25
import bzrlib.inventory as inventory
20
26
from bzrlib.revision import Revision
21
27
from bzrlib.errors import BzrError
25
31
"""Version 0.0.4 serializer
27
33
You should use the serializer_v4 singleton.