Repository: beam Updated Branches: refs/heads/master e0df45850 -> 661c06652
Use absolute import for dataflow iobase test. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/aac8b032 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/aac8b032 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/aac8b032 Branch: refs/heads/master Commit: aac8b03289a296011a976b1edc0f66991e13013a Parents: e0df458 Author: Robert Bradshaw <[email protected]> Authored: Wed Apr 5 11:55:20 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Fri Apr 7 10:57:47 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/aac8b032/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py b/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py index 1f82fdf..7610baf 100644 --- a/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py +++ b/sdks/python/apache_beam/runners/dataflow/native_io/iobase_test.py @@ -21,7 +21,7 @@ import unittest from apache_beam import error, pvalue -from iobase import ( +from apache_beam.runners.dataflow.native_io.iobase import ( _dict_printable_fields, _NativeWrite, ConcatPosition,
