~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml4.py

  • Committer: Martin Pool
  • Date: 2006-01-13 06:31:42 UTC
  • Revision ID: mbp@sourcefrog.net-20060113063142-8e706dc1483c69e1
Bump version to 0.8pre

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/env python
2
 
 
3
1
# This program is free software; you can redistribute it and/or modify
4
2
# it under the terms of the GNU General Public License as published by
5
3
# the Free Software Foundation; either version 2 of the License, or
116
114
        else:
117
115
            raise BzrError("unknown kind %r" % kind)
118
116
 
119
 
        ## mutter("read inventoryentry: %r" % (elt.attrib))
 
117
        ## mutter("read inventoryentry: %r", elt.attrib)
120
118
 
121
119
        return ie
122
120