ó
ľČSc           @   s<   d  Z  d Z d d l m Z d   Z d d d     YZ d S(	   sď  
################################################################################
#
# SOAPpy - Cayce Ullman       (cayce@actzero.com)
#          Brian Matthews     (blm@actzero.com)
#          Gregory Warnes     (Gregory.R.Warnes@Pfizer.com)
#          Christopher Blunck (blunck@gst.com)
#
################################################################################
# Copyright (c) 2003, Pfizer
# Copyright (c) 2001, Cayce Ullman.
# Copyright (c) 2001, Brian Matthews.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# Neither the name of actzero, inc. nor the names of its contributors may
# be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
################################################################################

s-   $Id: NS.py 1468 2008-05-24 01:55:33Z warnes $i˙˙˙˙(   t   __version__c         C   s1   i  } x$ |  j    D] \ } } | | | <q W| S(   N(   t   items(   t   dictt   dt   kt   v(    (    s-   /usr/lib/python2.7/dist-packages/SOAPpy/NS.pyt
   invertDict1   s    t   NSc           B   sC  e  Z d  Z d Z d Z d Z d Z d Z e e e g Z e e e e g Z	 d Z
 d Z d Z e
 e e g Z d	 Z d
 Z d Z d Z d Z d Z d Z d Z d Z d Z d Z i	 e e 6e e 6e e 6e e 6e e 6e
 e 6e e 6e e 6e e 6Z e e  Z i e e f d 6e e f d 6e e f d 6Z e e  Z d   Z RS(   s$   http://www.w3.org/XML/1998/namespaces)   http://schemas.xmlsoap.org/soap/envelope/s)   http://schemas.xmlsoap.org/soap/encoding/s    http://www.w3.org/1999/XMLSchemas#   http://www.w3.org/2000/10/XMLSchemas    http://www.w3.org/2001/XMLSchemas)   http://www.w3.org/1999/XMLSchema-instances,   http://www.w3.org/2000/10/XMLSchema-instances)   http://www.w3.org/2001/XMLSchema-instances   http://soapinterop.org/xsdt   xmls   SOAP-ENVs   SOAP-ENCt   xsdt   xsd2t   xsd3t   xsit   xsi2t   xsi3t   urnt   1999t   2000t   2001c         C   s   t  d  d  S(   Ns   Don't instantiate this(   t   Error(   t   self(    (    s-   /usr/lib/python2.7/dist-packages/SOAPpy/NS.pyt   __init__b   s    (   t   __name__t
   __module__t   XMLt   ENVt   ENCt   XSDt   XSD2t   XSD3t   XSD_Lt   EXSD_Lt   XSIt   XSI2t   XSI3t   XSI_Lt   URNt   XML_Tt   ENV_Tt   ENC_Tt   XSD_Tt   XSD2_Tt   XSD3_Tt   XSI_Tt   XSI2_Tt   XSI3_Tt   URN_Tt   NSMAPR   t   NSMAP_Rt   STMAPt   STMAP_RR   (    (    (    s-   /usr/lib/python2.7/dist-packages/SOAPpy/NS.pyR   9   s>   
N(    (   t   __doc__t   identt   versionR    R   R   (    (    (    s-   /usr/lib/python2.7/dist-packages/SOAPpy/NS.pyt   <module>*   s   	