summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-07 17:06:34 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-07 17:06:34 -0400
commitcda37e78dc61e8993e5868f3bbac173a69c5afd3 (patch)
tree56679db9fcfc1186753883676656ae1723e8dc63 /scripts
parent1d774702a1972f7f50b77a07553e59eeaebf0781 (diff)
downloadfunc-cda37e78dc61e8993e5868f3bbac173a69c5afd3.tar.gz
func-cda37e78dc61e8993e5868f3bbac173a69c5afd3.tar.xz
func-cda37e78dc61e8993e5868f3bbac173a69c5afd3.zip
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.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/func-transmit2
1 files changed, 1 insertions, 1 deletions
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