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

Side by Side Diff: appengine/findit_mock/infra_clients/README.md

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 years, 1 month 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 # infra_clients
2
3 This [infra\_clients](infra_clients) module is for client code that interacts
4 with APIs of various infra services like bulidbucket, Swarming/Isolate, Reitveld
5 codereview, etc.
6
7 It depends on the sibling [libs](libs) and [gae\_libs](gae_libs).
8
9 # How to use?
10
11 Create symbolic links to [infra\_clients](infra_clients), [gae\_libs](gae_libs)
12 and [libs](libs) in the same containing directory, and ensure that the
13 containing directory is in sys.path or PYTHONPATH.
14
15 The usage would look like: `from infra_clients import API_MODULE`
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698