
\c           @   so   d  Z  d d l m Z e d  j e  d d l m Z d d l m	 Z	 m
 Z
 e j e j e   Z Z d S(   s  
    sphinxcontrib.websupport
    ~~~~~~~~~~~~~~~~~~~~~~~~

    A Python API to easily integrate Sphinx documentation into Web
    applications.

    :copyright: Copyright 2007-2018 by the Sphinx team, see README.
    :license: BSD, see LICENSE for details.
i(   t   patht   pkg_resources(   t
   WebSupport(   t   __version__t   __version_info__N(   t   __doc__t   osR    t
   __import__t   declare_namespacet   __name__t   sphinxcontrib.websupport.coreR   t    sphinxcontrib.websupport.versionR   R   t   abspatht   dirnamet   __file__t   package_dir(    (    (    s@   lib/python2.7/site-packages/sphinxcontrib/websupport/__init__.pyt   <module>   s
   