403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.216.131
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User : sieuthimay ( 1016)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python2.7/site-packages/certbot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python2.7/site-packages/certbot/__init__.py
"""Certbot client."""
import warnings
import sys

# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '1.11.0'

if sys.version_info[0] == 2:
    warnings.warn(
        "Python 2 support will be dropped in the next release of Certbot. "
        "Please upgrade your Python version.",
        PendingDeprecationWarning,
    )  # pragma: no cover

Youez - 2016 - github.com/yon3zu
LinuXploit