ó
þ£Sc           @   sV   d  Z  d Z d d l m Z d d l m Z d d l m Z d e f d „  ƒ  YZ d S(	   sM   Provide a class for loading data from URL's that handles basic
authentications3   $Id: URLopener.py 541 2004-01-31 04:20:06Z warnes $iÿÿÿÿ(   t   __version__(   t   Config(   t   FancyURLopenert	   URLopenerc           B   s,   e  Z d Z d Z d d d  „ Z d „  Z RS(   c         O   s)   t  j |  | | Ž | |  _ | |  _ d  S(   N(   R   t   __init__t   usernamet   passwd(   t   selfR   R   t   argst   kw(    (    s4   /usr/lib/python2.7/dist-packages/SOAPpy/URLopener.pyR      s    	c         C   s   |  j  |  j f S(   N(   R   R   (   R   t   hostt   realm(    (    s4   /usr/lib/python2.7/dist-packages/SOAPpy/URLopener.pyt   prompt_user_passwd   s    N(   t   __name__t
   __module__t   NoneR   R   R   R   (    (    (    s4   /usr/lib/python2.7/dist-packages/SOAPpy/URLopener.pyR   
   s   N(   t   __doc__t   identt   versionR    R   t   urllibR   R   (    (    (    s4   /usr/lib/python2.7/dist-packages/SOAPpy/URLopener.pyt   <module>   s
   