Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: third_party/google-endpoints/libfuturize/fixes/fix_division.py

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698