mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-07 23:37:58 +08:00
6 lines
110 B
Python
6 lines
110 B
Python
|
from __future__ import absolute_import
|
||
|
from future.utils import PY3
|
||
|
|
||
|
if not PY3:
|
||
|
__future_module__ = True
|