ó
öÀ„\c           @   s„   d  Z  d d l Z d d l m Z d d l m Z e rK d d l m	 Z	 n  d „  Z e
 d k r€ e j d e d	 d
 ƒe ƒ  n  d S(   sÜ   
    sphinx.quickstart
    ~~~~~~~~~~~~~~~~~

    This file has moved to :py:mod:`sphinx.cmd.quickstart`.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿN(   t   main(   t   RemovedInSphinx20Warning(   t   Anyc          O   s1   t  j d t d d ƒ|  d }  t |  | Ž  d  S(   NsG   `sphinx.quickstart.main()` has moved to `sphinx.cmd.quickstart.main()`.t
   stackleveli   i   (   t   warningst   warnR   t   _main(   t   argst   kwargs(    (    s0   lib/python2.7/site-packages/sphinx/quickstart.pyR       s    
t   __main__s9   `sphinx.quickstart` has moved to `sphinx.cmd.quickstart`.R   i   (   t   __doc__R   t   sphinx.cmd.quickstartR    R   t   sphinx.deprecationR   t   Falset   typingR   t   __name__R   (    (    (    s0   lib/python2.7/site-packages/sphinx/quickstart.pyt   <module>
   s   	