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 1BCBB200B71 for ; Wed, 17 Aug 2016 06:15:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1A5BB160ABC; Wed, 17 Aug 2016 04:15:30 +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 6A885160AA8 for ; Wed, 17 Aug 2016 06:15:29 +0200 (CEST) Received: (qmail 71736 invoked by uid 500); 17 Aug 2016 04:15:28 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 71724 invoked by uid 99); 17 Aug 2016 04:15:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2016 04:15:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0F3CAC0957 for ; Wed, 17 Aug 2016 04:15:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id iuxj3ecvbmMi for ; Wed, 17 Aug 2016 04:15:26 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 1923960CF1 for ; Wed, 17 Aug 2016 04:15:24 +0000 (UTC) Received: (qmail 71684 invoked by uid 99); 17 Aug 2016 04:15:24 -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; Wed, 17 Aug 2016 04:15:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F893DFE2E; Wed, 17 Aug 2016 04:15:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhalperi@apache.org To: commits@beam.incubator.apache.org Date: Wed, 17 Aug 2016 04:15:24 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-beam git commit: Fixing the juliaset example archived-at: Wed, 17 Aug 2016 04:15:30 -0000 Repository: incubator-beam Updated Branches: refs/heads/python-sdk 3b40945e9 -> 600684865 Fixing the juliaset example Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7f842f23 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7f842f23 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7f842f23 Branch: refs/heads/python-sdk Commit: 7f842f233cd035c83ce81fcb8bc9e4d2f6dd09ad Parents: 3b40945 Author: Ahmet Altay Authored: Tue Aug 16 16:32:07 2016 -0700 Committer: Ahmet Altay Committed: Tue Aug 16 16:32:07 2016 -0700 ---------------------------------------------------------------------- .../examples/complete/juliaset/__init__.py | 16 ++++++++++++++++ .../examples/complete/juliaset/juliaset_main.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7f842f23/sdks/python/apache_beam/examples/complete/juliaset/__init__.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/examples/complete/juliaset/__init__.py b/sdks/python/apache_beam/examples/complete/juliaset/__init__.py new file mode 100644 index 0000000..cce3aca --- /dev/null +++ b/sdks/python/apache_beam/examples/complete/juliaset/__init__.py @@ -0,0 +1,16 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7f842f23/sdks/python/apache_beam/examples/complete/juliaset/juliaset_main.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/examples/complete/juliaset/juliaset_main.py b/sdks/python/apache_beam/examples/complete/juliaset/juliaset_main.py index b7bc6e5..45144cf 100644 --- a/sdks/python/apache_beam/examples/complete/juliaset/juliaset_main.py +++ b/sdks/python/apache_beam/examples/complete/juliaset/juliaset_main.py @@ -50,7 +50,7 @@ python juliaset_main.py \ import logging -from juliaset import juliaset +from apache_beam.examples.complete.juliaset.juliaset import juliaset if __name__ == '__main__':