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

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

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 """
2 UNFINISHED
3 For the ``future`` package.
4
5 Adds this import line:
6
7 from __future__ import division
8
9 at the top so the code runs identically on Py3 and Py2.6/2.7
10 """
11
12 from libpasteurize.fixes.fix_division import FixDivision
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698