X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Fmoe%2Fpipeline.py;h=f14a0f5f7956be474151c6148474b94bc86f525f;hb=b07a7c4bf08db2928e1845c4e60798f7c9ad8b65;hp=7726110ccf32b2bd313324121b20ac75ee36eb82;hpb=a609f96f445c9d27420fa54a13eb7e587f1bd560;p=eval.git diff --git a/t/moe/pipeline.py b/t/moe/pipeline.py index 7726110..f14a0f5 100644 --- a/t/moe/pipeline.py +++ b/t/moe/pipeline.py @@ -6,7 +6,7 @@ import imp import moe import moe.log -class MoePipeError(moe.MoeErr): +class MoePipeError(moe.MoeError): """Failure of the MoePipeline.""" class MoeAbortPipeline(Exception):