| OLD | NEW |
| (Empty) | |
| 1 ./common/http_client_appengine.py | 2 +- |
| 2 ./common/test/chrome_dependency_fetcher_test.py | 2 +- |
| 3 |
| 4 ./gae_libs/README.md | 17 ++++++++++++
+++++ |
| 5 ./gae_libs/__init__.py | 1 + |
| 6 ./gae_libs/model/__init__.py | 1 + |
| 7 ./gae_libs/model/test/__init__.py | 1 + |
| 8 ./{ => gae_libs}/model/test/versioned_config_test.py | 2 +- |
| 9 ./{ => gae_libs}/model/test/versioned_model_test.py | 2 +- |
| 10 ./{ => gae_libs}/model/versioned_config.py | 2 +- |
| 11 ./{ => gae_libs}/model/versioned_model.py | 0 |
| 12 |
| 13 ./infra_clients/README.md | 15 ++++++++++++
+++ |
| 14 ./infra_clients/__init__.py | 1 + |
| 15 ./infra_clients/codereview/__init__.py | 1 + |
| 16 ./{common => infra_clients/codereview}/codereview.py | 0 |
| 17 ./{common => infra_clients/codereview}/rietveld.py | 4 ++-- |
| 18 ./infra_clients/codereview/test/__init__.py | 1 + |
| 19 ./{common => infra_clients/codereview}/test/rietveld_test.py | 4 ++-- |
| 20 |
| 21 ./lib/gitiles/test/gitiles_repository_test.py | 4 +--- |
| 22 |
| 23 ./libs/README.md | 12 ++++++++++++ |
| 24 ./libs/__init__.py | 1 + |
| 25 ./libs/http/__init__.py | 1 + |
| 26 ./{common => libs/http}/retry_http_client.py | 0 |
| 27 ./libs/http/test/__init__.py | 1 + |
| 28 ./{common => libs/http}/test/retry_http_client_test.py | 2 +- |
| 29 |
| 30 ./model/crash/crash_config.py | 2 +- |
| 31 ./model/flake/flake_analysis_request.py | 2 +- |
| 32 ./model/flake/master_flake_analysis.py | 2 +- |
| 33 ./model/suspected_cl_confidence.py | 2 +- |
| 34 ./model/wf_config.py | 2 +- |
| 35 |
| 36 ./predator/README.md | 16 ++++++++++++
++++ |
| 37 ./predator/__init__.py | 1 + |
| 38 ./predator/analysis/__init__.py | 1 + |
| 39 ./predator/app/__init__.py | 1 + |
| 40 ./predator/app/backend/__init__.py | 1 + |
| 41 ./predator/app/common/__init__.py | 1 + |
| 42 ./predator/app/frontend/__init__.py | 1 + |
| 43 |
| 44 ./waterfall/send_notification_for_culprit_pipeline.py | 2 +- |
| 45 ./waterfall/test/buildbot_test.py | 2 +- |
| 46 ./waterfall/test/send_notification_for_culprit_pipeline_test.py| 2 +- |
| 47 ./waterfall/test/swarming_util_test.py | 4 ++-- |
| OLD | NEW |