From cda37e78dc61e8993e5868f3bbac173a69c5afd3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 7 Jul 2008 17:06:34 -0400 Subject: Including yaml parser for use by Func-transmit, as we want to make sure we have one around that is compatible with older Python, and also tweaked not to do crayz things with stream layout. --- scripts/func-transmit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/func-transmit b/scripts/func-transmit index 9a13b99..067fec4 100644 --- a/scripts/func-transmit +++ b/scripts/func-transmit @@ -33,7 +33,7 @@ parameters: "/bin/echo Hello World" import sys import distutils.sysconfig -import cobbler.yaml as yaml # FIXME: need to subpackage this as part of Func +import func.yaml as yaml # FIXME: need to subpackage this as part of Func import func.overlord.func_command as func_command import func.overlord.client as fc -- cgit