ó
þ£Sc           @   s¯   d  Z  d Z d d l m Z d d l Td d l Td d l Td d l Td d l Td d l	 Td d l
 Td d l Td d l Td d l Z d d l Z d d l m Z e d e ƒ d S(   se   This file is here for backward compatibility with versions <= 0.9.9 

Delete when 1.0.0 is released!
s.   $Id: SOAP.py 541 2004-01-31 04:20:06Z warnes $iÿÿÿÿ(   t   __version__(   t   *N(   t   warns:  

The sub-module SOAPpy.SOAP is deprecated and is only
provided for short-term backward compatibility.  Objects are now
available directly within the SOAPpy module.  Thus, instead of

   from SOAPpy import SOAP
   ...
   SOAP.SOAPProxy(...)

use

   from SOAPpy import SOAPProxy
   ...
   SOAPProxy(...)

instead.
(   t   __doc__t   identt   versionR    t   Clientt   Configt   Errorst   NSt   Parsert   SOAPBuildert   Servert   Typest	   Utilitiest   wstoolst   WSDLt   warningsR   t   DeprecationWarning(    (    (    s/   /usr/lib/python2.7/dist-packages/SOAPpy/SOAP.pyt   <module>   s    








