1
0
mirror of https://github.com/Tautulli/Tautulli.git synced 2025-03-12 04:35:40 -07:00
plexpy/lib/future/moves/http/__init__.py
2020-03-23 18:45:35 -07:00

5 lines
71 B
Python

from future.utils import PY3
if not PY3:
__future_module__ = True