update and clean up FM and WM.
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/767b1823 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/767b1823 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/767b1823 Branch: refs/heads/feature/zookeeper-config Commit: 767b18237f0c8c4c3ead2b298ecfefcf90155a4b Parents: cb0c882 Author: Chris Mattmann <[email protected]> Authored: Sun Jul 16 23:10:32 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sun Jul 16 23:10:32 2017 -0700 ---------------------------------------------------------------------- agility/oodt/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/767b1823/agility/oodt/workflow.py ---------------------------------------------------------------------- diff --git a/agility/oodt/workflow.py b/agility/oodt/workflow.py index ae83c23..ef5f545 100644 --- a/agility/oodt/workflow.py +++ b/agility/oodt/workflow.py @@ -17,7 +17,7 @@ import xmlrpclib -from oodt_metadata import MetaData +from metadata import MetaData class OODTWorkFlowWrapper(object):
