ó
öÀ„\c           @   sB   d  Z  e r5 d d l m Z m Z d d l m Z n  d „  Z d S(   sÛ   
    sphinx.builders.websupport
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Builder for the web support package.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Anyt   Dict(   t   Sphinxc         C   sN   y! d d l  m } |  j | ƒ Wn t k
 r4 n Xi d d 6t d 6t d 6S(   Niÿÿÿÿ(   t   WebSupportBuildert   builtint   versiont   parallel_read_safet   parallel_write_safe(   t    sphinxcontrib.websupport.builderR   t   add_buildert   ImportErrort   True(   t   appR   (    (    s9   lib/python2.7/site-packages/sphinx/builders/websupport.pyt   setup   s    N(   t   __doc__t   Falset   typingR    R   t   sphinx.applicationR   R   (    (    (    s9   lib/python2.7/site-packages/sphinx/builders/websupport.pyt   <module>
   s   