| Index: third_party/google-endpoints/libfuturize/fixes/fix_division.py
|
| diff --git a/third_party/google-endpoints/libfuturize/fixes/fix_division.py b/third_party/google-endpoints/libfuturize/fixes/fix_division.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..48745504429528c81f201d4f2b7f4a7e5bdc0f66
|
| --- /dev/null
|
| +++ b/third_party/google-endpoints/libfuturize/fixes/fix_division.py
|
| @@ -0,0 +1,13 @@
|
| +"""
|
| +UNFINISHED
|
| +For the ``future`` package.
|
| +
|
| +Adds this import line:
|
| +
|
| + from __future__ import division
|
| +
|
| +at the top so the code runs identically on Py3 and Py2.6/2.7
|
| +"""
|
| +
|
| +from libpasteurize.fixes.fix_division import FixDivision
|
| +
|
|
|