You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/10/07 23:37:52 UTC

[1/2] incubator-beam git commit: Use absolute path for import

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 6b0614564 -> 4c1ad11d1


Use absolute path for import


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e7f751cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e7f751cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/e7f751cc

Branch: refs/heads/python-sdk
Commit: e7f751cc0f635b985856b33d04e2a10bec74b864
Parents: 6b06145
Author: Maria Garcia Herrero <ma...@google.com>
Authored: Thu Oct 6 22:57:19 2016 -0700
Committer: Maria Garcia Herrero <ma...@google.com>
Committed: Thu Oct 6 22:57:19 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/annotations_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e7f751cc/sdks/python/apache_beam/utils/annotations_test.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/annotations_test.py b/sdks/python/apache_beam/utils/annotations_test.py
index 854098c..56a75e8 100644
--- a/sdks/python/apache_beam/utils/annotations_test.py
+++ b/sdks/python/apache_beam/utils/annotations_test.py
@@ -17,8 +17,8 @@
 
 import unittest
 import warnings
-from annotations import deprecated
-from annotations import experimental
+from apache_beam.utils.annotations import deprecated
+from apache_beam.utils.annotations import experimental
 
 
 class AnnotationTests(unittest.TestCase):


[2/2] incubator-beam git commit: Closes #1065

Posted by ro...@apache.org.
Closes #1065


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4c1ad11d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4c1ad11d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/4c1ad11d

Branch: refs/heads/python-sdk
Commit: 4c1ad11d18fdc3f197a3fb11d7df483c01ba30bb
Parents: 6b06145 e7f751c
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Fri Oct 7 16:37:30 2016 -0700
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Fri Oct 7 16:37:30 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/annotations_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------