mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-01-22 19:03:02 -08:00
5 lines
71 B
Python
5 lines
71 B
Python
from future.utils import PY3
|
|
|
|
if not PY3:
|
|
__future_module__ = True
|