1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-31 20:16:36 +00:00
bazarr/libs/future/moves/http/__init__.py

4 lines
71 B
Python

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