Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07A83200BFA for ; Thu, 29 Dec 2016 05:33:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0649F160B43; Thu, 29 Dec 2016 04:33:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5040D160B2E for ; Thu, 29 Dec 2016 05:33:18 +0100 (CET) Received: (qmail 40179 invoked by uid 500); 29 Dec 2016 04:33:17 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 40166 invoked by uid 99); 29 Dec 2016 04:33:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 04:33:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 53DE1F1769; Thu, 29 Dec 2016 04:33:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhalperi@apache.org To: commits@beam.apache.org Date: Thu, 29 Dec 2016 04:33:17 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] beam git commit: Rename options.py -> pipeline_options.py archived-at: Thu, 29 Dec 2016 04:33:19 -0000 Repository: beam Updated Branches: refs/heads/python-sdk 89a5b3c3e -> 8bf4c8059 http://git-wip-us.apache.org/repos/asf/beam/blob/cd9c9f88/sdks/python/apache_beam/utils/pipeline_options_validator_test.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/utils/pipeline_options_validator_test.py b/sdks/python/apache_beam/utils/pipeline_options_validator_test.py index 8878c3f..ffed048 100644 --- a/sdks/python/apache_beam/utils/pipeline_options_validator_test.py +++ b/sdks/python/apache_beam/utils/pipeline_options_validator_test.py @@ -21,7 +21,7 @@ import logging import unittest from apache_beam.internal import pickler -from apache_beam.utils.options import PipelineOptions +from apache_beam.utils.pipeline_options import PipelineOptions from apache_beam.utils.pipeline_options_validator import PipelineOptionsValidator from hamcrest.core.base_matcher import BaseMatcher