OLD | NEW |
(Empty) | |
| 1 # infra\_clients |
| 2 |
| 3 The [infra\_clients](infra_clients) module is for client libraries that |
| 4 interacts with APIs of various infra services like buildbucket, Swarming, |
| 5 Isolate, Reitveld 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 directory PARENT\_DIR, and ensure that PARENT\_DIR |
| 13 is added to sys.path or PYTHONPATH. |
| 14 |
| 15 The usage would look like: `from infra_clients import INFRA_SERVICE_API` |
OLD | NEW |