ó
Á£ô_c           @   s&   d  Z  d d l m Z d d „ Z d S(   s    Certbot main public entry point.iÿÿÿÿ(   t   mainc         C   s   t  j |  ƒ S(   sì   Run Certbot.

    :param cli_args: command line to Certbot, defaults to ``sys.argv[1:]``
    :type cli_args: `list` of `str`

    :returns: value for `sys.exit` about the exit status of Certbot
    :rtype: `str` or `int` or `None`

    (   t   internal_mainR    (   t   cli_args(    (    s0   /usr/lib/python2.7/site-packages/certbot/main.pyR       s    
N(   t   __doc__t   certbot._internalR    R   t   None(    (    (    s0   /usr/lib/python2.7/site-packages/certbot/main.pyt   <module>   s   