[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/2bb95fd6 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2bb95fd6 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2bb95fd6 Branch: refs/heads/release-2.0.0 Commit: 2bb95fd68635ea1932f3a7d7cc59fcef1644deea Parents: 36fcd36 Author: Robert Bradshaw <[email protected]> Authored: Thu May 11 12:09:28 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Thu May 11 16:20:37 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/2bb95fd6/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/2bb95fd6/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."""
