ó
öÀ„\c           @   s¦   d  Z  d d l Z d d l Z d d l m Z d d l m Z e rg d d l	 m
 Z
 d d l m Z n  e j d „ Z e d k r¢ e j d	 e d
 d ƒe ƒ  n  d S(   sÐ   
    sphinx.apidoc
    ~~~~~~~~~~~~~

    This file has moved to :py:mod:`sphinx.ext.apidoc`.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿN(   t   RemovedInSphinx20Warning(   t   main(   t   List(   t   Sphinxc         C   s(   t  j d t d d ƒt |  d ƒ d  S(   Ns?   `sphinx.apidoc.main()` has moved to `sphinx.ext.apidoc.main()`.t
   stackleveli   i   (   t   warningst   warnR    t   _main(   t   argv(    (    s,   lib/python2.7/site-packages/sphinx/apidoc.pyR      s
    t   __main__s1   `sphinx.apidoc` has moved to `sphinx.ext.apidoc`.R   i   (   t   __doc__t   sysR   t   sphinx.deprecationR    t   sphinx.ext.apidocR   R   t   Falset   typingR   t   sphinx.applicationR   R   t   __name__R   (    (    (    s,   lib/python2.7/site-packages/sphinx/apidoc.pyt   <module>
   s   