σ
]ΉθZc           @   sT   d  d l  m Z m Z m Z d  d l m Z d   Z d   Z d   Z d   Z	 d S(   i   (   t   SAMPHubErrort   SAMPClientErrort   SAMPProxyError(   t   confc         C   s   t  t _ d  S(   N(   t   FalseR   t   use_internet(   t   module(    (    s=   lib/python2.7/site-packages/astropy/samp/tests/test_errors.pyt   setup_module	   s    c           C   s   t  d  d S(   s*   Test that SAMPHubError can be instantiatedt   testN(   R    (    (    (    s=   lib/python2.7/site-packages/astropy/samp/tests/test_errors.pyt   test_SAMPHubError   s    c           C   s   t  d  d S(   s-   Test that SAMPClientError can be instantiatedR   N(   R   (    (    (    s=   lib/python2.7/site-packages/astropy/samp/tests/test_errors.pyt   test_SAMPClientError   s    c           C   s   t  d d  d S(   s,   Test that SAMPProxyError can be instantiatedR   t   anyN(   R   (    (    (    s=   lib/python2.7/site-packages/astropy/samp/tests/test_errors.pyt   test_SAMPProxyError   s    N(
   t   errorsR    R   R   t    R   R   R	   R
   R   (    (    (    s=   lib/python2.7/site-packages/astropy/samp/tests/test_errors.pyt   <module>   s
   			