# -*- coding: utf-8 -*- # # Copyright (C) 2012-2019 Vinay Sajip. # Licensed to the Python Software Foundation under a contributor agreement. # See LICENSE.txt and CONTRIBUTORS.txt. # import logging __version__ = '0.3.1' class DistlibException(Exception): pass try: from logging import NullHandler except ImportError: # pragma: no cover class NullHandler(logging.Handler): def handle(self, record): pass def emit(self, record): pass def createLock(self): self.lock = None logger = logging.getLogger(__name__) logger.addHandler(NullHandler())
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
_backport | Folder | 0755 |
|
|
.__init__.pyo.40009 | File | 1.39 KB | 0644 |
|
.database.pyo.40009 | File | 49.89 KB | 0644 |
|
.index.pyo.40009 | File | 19.83 KB | 0644 |
|
.resources.pyo.40009 | File | 14.16 KB | 0644 |
|
.scripts.pyo.40009 | File | 13.3 KB | 0644 |
|
__init__.py | File | 581 B | 0644 |
|
__init__.pyc | File | 1.39 KB | 0644 |
|
__init__.pyo | File | 1.39 KB | 0644 |
|
compat.py | File | 40.44 KB | 0644 |
|
compat.pyc | File | 40.08 KB | 0644 |
|
compat.pyo | File | 40.03 KB | 0644 |
|
database.py | File | 49.86 KB | 0644 |
|
database.pyc | File | 49.89 KB | 0644 |
|
database.pyo | File | 49.89 KB | 0644 |
|
index.py | File | 20.57 KB | 0644 |
|
index.pyc | File | 19.83 KB | 0644 |
|
index.pyo | File | 19.83 KB | 0644 |
|
locators.py | File | 50.88 KB | 0644 |
|
locators.pyc | File | 46.28 KB | 0644 |
|
locators.pyo | File | 46.22 KB | 0644 |
|
manifest.py | File | 14.46 KB | 0644 |
|
manifest.pyc | File | 12.12 KB | 0644 |
|
manifest.pyo | File | 11.96 KB | 0644 |
|
markers.py | File | 4.28 KB | 0644 |
|
markers.pyc | File | 6.31 KB | 0644 |
|
markers.pyo | File | 6.27 KB | 0644 |
|
metadata.py | File | 38.05 KB | 0644 |
|
metadata.pyc | File | 34.58 KB | 0644 |
|
metadata.pyo | File | 34.49 KB | 0644 |
|
resources.py | File | 10.51 KB | 0644 |
|
resources.pyc | File | 14.16 KB | 0644 |
|
resources.pyo | File | 14.16 KB | 0644 |
|
scripts.py | File | 16.78 KB | 0644 |
|
scripts.pyc | File | 13.3 KB | 0644 |
|
scripts.pyo | File | 13.3 KB | 0644 |
|
t32.exe | File | 94.5 KB | 0644 |
|
t64.exe | File | 103.5 KB | 0644 |
|
util.py | File | 58.44 KB | 0644 |
|
util.pyc | File | 61.69 KB | 0644 |
|
util.pyo | File | 61.21 KB | 0644 |
|
version.py | File | 22.84 KB | 0644 |
|
version.pyc | File | 26.54 KB | 0644 |
|
version.pyo | File | 26.46 KB | 0644 |
|
w32.exe | File | 88 KB | 0644 |
|
w64.exe | File | 97.5 KB | 0644 |
|
wheel.py | File | 40.18 KB | 0644 |
|
wheel.pyc | File | 32.03 KB | 0644 |
|
wheel.pyo | File | 31.95 KB | 0644 |
|