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 <mari...@google.com>
Authored: Thu Oct 6 22:57:19 2016 -0700
Committer: Maria Garcia Herrero <mari...@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):

Reply via email to