mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
5 lines
110 B
Python
5 lines
110 B
Python
from __future__ import absolute_import
|
|
from future.utils import PY3
|
|
|
|
if not PY3:
|
|
__future_module__ = True
|