ó
]¹èZc           @   s‚   d  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 m	 Z
 d e
 j f d „  ƒ  YZ e ƒ  Z d S(   sW  
This subpackage provides classes to communicate with other applications via the
`Simple Application Messaging Protocal (SAMP)
<http://www.ivoa.net/documents/SAMP/>`_.

Before integration into Astropy it was known as
`SAMPy <https://pypi.python.org/pypi/sampy/>`_, and was developed by Luigi Paioro
(INAF - Istituto Nazionale di Astrofisica).
i   (   t   *i   (   t   configt   Confc           B   s;   e  Z d  Z e j e d d d g ƒZ e j d d ƒ Z RS(   s6   
    Configuration parameters for `astropy.samp`.
    sB   Whether to allow `astropy.samp` to use the internet, if available.t   aliasess   astropy.samp.utils.use_interneti
   s5   How many times to retry communications when they fail(   t   __name__t
   __module__t   __doc__t   _configt
   ConfigItemt   Truet   use_internett	   n_retries(    (    (    s4   lib/python2.7/site-packages/astropy/samp/__init__.pyR      s   	N(   R   t	   constantst   errorst   utilst   hubt   clientt   integrated_clientt	   hub_proxyt    R   R   t   ConfigNamespaceR   t   conf(    (    (    s4   lib/python2.7/site-packages/astropy/samp/__init__.pyt   <module>
   s   






