Repository: beam Updated Branches: refs/heads/master 0fd0409bf -> 4a62fabdb
[BEAM-1345] Mark apache_beam/internal as internal. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/16a3fff1 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/16a3fff1 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/16a3fff1 Branch: refs/heads/master Commit: 16a3fff18fdd34ebd85fe7d436f8ce3a429666d0 Parents: d531219 Author: Robert Bradshaw <[email protected]> Authored: Thu May 11 12:09:28 2017 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Thu May 11 15:15:06 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/internal/__init__.py | 2 ++ sdks/python/apache_beam/internal/gcp/__init__.py | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/16a3fff1/sdks/python/apache_beam/internal/__init__.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/internal/__init__.py b/sdks/python/apache_beam/internal/__init__.py index cce3aca..0bce5d6 100644 --- a/sdks/python/apache_beam/internal/__init__.py +++ b/sdks/python/apache_beam/internal/__init__.py @@ -14,3 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +"""For internal use only; no backwards-compatibility guarantees.""" http://git-wip-us.apache.org/repos/asf/beam/blob/16a3fff1/sdks/python/apache_beam/internal/gcp/__init__.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/internal/gcp/__init__.py b/sdks/python/apache_beam/internal/gcp/__init__.py index cce3aca..0bce5d6 100644 --- a/sdks/python/apache_beam/internal/gcp/__init__.py +++ b/sdks/python/apache_beam/internal/gcp/__init__.py @@ -14,3 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +"""For internal use only; no backwards-compatibility guarantees."""
