This closes #2086
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/9d3b0db2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/9d3b0db2 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/9d3b0db2 Branch: refs/heads/master Commit: 9d3b0db2d99b6040751410f7b4196c02c72077c9 Parents: a1e8ac4 1512714 Author: Ahmet Altay <[email protected]> Authored: Thu Feb 23 14:12:16 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Thu Feb 23 14:12:16 2017 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/internal/auth.py | 185 ------------------- sdks/python/apache_beam/internal/auth_test.py | 44 ----- sdks/python/apache_beam/internal/gcp/auth.py | 185 +++++++++++++++++++ .../apache_beam/internal/gcp/auth_test.py | 44 +++++ sdks/python/apache_beam/io/gcp/bigquery.py | 2 +- .../apache_beam/io/gcp/datastore/v1/helper.py | 2 +- sdks/python/apache_beam/io/gcp/gcsio.py | 2 +- .../runners/dataflow/dataflow_runner.py | 6 +- .../runners/dataflow/internal/apiclient.py | 4 +- .../runners/dataflow/internal/dependency.py | 2 +- .../dataflow/internal/dependency_test.py | 2 +- .../runners/dataflow/internal/names.py | 82 ++++++++ sdks/python/apache_beam/utils/names.py | 82 -------- sdks/python/generate_pydoc.sh | 3 + 14 files changed, 324 insertions(+), 321 deletions(-) ----------------------------------------------------------------------
