mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add backports.zoneinfo-0.2.1
This commit is contained in:
parent
9ba5656ad8
commit
624ae06b35
8 changed files with 1232 additions and 1 deletions
|
@ -1 +1,5 @@
|
|||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
# A Python "namespace package" http://www.python.org/dev/peps/pep-0382/
|
||||
# This always goes inside of a namespace package's __init__.py
|
||||
from pkgutil import extend_path
|
||||
|
||||
__path__ = extend_path(__path__, __name__) # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue