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