~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml4.py

Fix http server tests for win32/macos (John)

Show diffs side-by-side

added added

removed removed

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