X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=t%2Fmoe%2Fpipeline.py;h=f14a0f5f7956be474151c6148474b94bc86f525f;hb=204f84eafd2659dd82b06feb7d182d4a15a44237;hp=7726110ccf32b2bd313324121b20ac75ee36eb82;hpb=a609f96f445c9d27420fa54a13eb7e587f1bd560;p=moe.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):