ยปCore Development>Code coverage>Lib/xml/etree/__init__.py

Python code coverage for Lib/xml/etree/__init__.py

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