diff options
Diffstat (limited to 'Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py')
| -rw-r--r-- | Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py b/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py new file mode 100644 index 0000000..5cf428b --- /dev/null +++ b/Python/Dependencies/future-0.18.2/src/future/moves/test/__init__.py @@ -0,0 +1,5 @@ +from __future__ import absolute_import +from future.utils import PY3 + +if not PY3: + __future_module__ = True |
