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

Side by Side Diff: third_party/google-endpoints/google_endpoints_api_management-1.0.0-py2.7-nspkg.pth

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 import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *(' google',));ie = os.path.exists(os.path.join(p,'__init__.py'));m = not ie and sys .modules.setdefault('google', types.ModuleType('google'));mp = (m or []) and m._ _dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698