From a899ca140514e438fd4fb942859cbc03aff4427a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Dec 2020 22:26:40 -0300 Subject: Remove certifi library --- game/python-extra/certifi/__init__.py | 3 --- game/python-extra/certifi/__main__.py | 2 -- game/python-extra/certifi/core.py | 15 --------------- 3 files changed, 20 deletions(-) delete mode 100644 game/python-extra/certifi/__init__.py delete mode 100644 game/python-extra/certifi/__main__.py delete mode 100644 game/python-extra/certifi/core.py (limited to 'game') diff --git a/game/python-extra/certifi/__init__.py b/game/python-extra/certifi/__init__.py deleted file mode 100644 index 8e358e4..0000000 --- a/game/python-extra/certifi/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -from .core import where - -__version__ = "2019.09.11" diff --git a/game/python-extra/certifi/__main__.py b/game/python-extra/certifi/__main__.py deleted file mode 100644 index 5f1da0d..0000000 --- a/game/python-extra/certifi/__main__.py +++ /dev/null @@ -1,2 +0,0 @@ -from certifi import where -print(where()) diff --git a/game/python-extra/certifi/core.py b/game/python-extra/certifi/core.py deleted file mode 100644 index 7271acf..0000000 --- a/game/python-extra/certifi/core.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -certifi.py -~~~~~~~~~~ - -This module returns the installation location of cacert.pem. -""" -import os - - -def where(): - f = os.path.dirname(__file__) - - return os.path.join(f, 'cacert.pem') -- cgit v1.2.3-70-g09d2