~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/util/elementtree/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-05 16:03:11 UTC
  • mfrom: (6432 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6433.
  • Revision ID: jelmer@samba.org-20120105160311-12o5p67kin1v3zps
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: __init__.py 1821 2004-06-03 16:57:49Z fredrik $
2
 
# elementtree package
3
 
 
4
 
# --------------------------------------------------------------------
5
 
# The ElementTree toolkit is
6
 
#
7
 
# Copyright (c) 1999-2004 by Fredrik Lundh
8
 
#
9
 
# By obtaining, using, and/or copying this software and/or its
10
 
# associated documentation, you agree that you have read, understood,
11
 
# and will comply with the following terms and conditions:
12
 
#
13
 
# Permission to use, copy, modify, and distribute this software and
14
 
# its associated documentation for any purpose and without fee is
15
 
# hereby granted, provided that the above copyright notice appears in
16
 
# all copies, and that both that copyright notice and this permission
17
 
# notice appear in supporting documentation, and that the name of
18
 
# Secret Labs AB or the author not be used in advertising or publicity
19
 
# pertaining to distribution of the software without specific, written
20
 
# prior permission.
21
 
#
22
 
# SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
23
 
# TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
24
 
# ABILITY AND FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
25
 
# BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
26
 
# DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
27
 
# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
28
 
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
29
 
# OF THIS SOFTWARE.
30
 
# --------------------------------------------------------------------