projects
/
invirt/packages/invirt-remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f925ff8
)
TURBOYAML!!1
author
Anders Kaseorg
<andersk@mit.edu>
Mon, 2 Jun 2008 08:39:16 +0000
(
04:39
-0400)
committer
Anders Kaseorg
<andersk@mit.edu>
Mon, 2 Jun 2008 08:39:16 +0000
(
04:39
-0400)
svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=563
files/usr/sbin/sipb-xen-listvms
patch
|
blob
|
history
diff --git
a/files/usr/sbin/sipb-xen-listvms
b/files/usr/sbin/sipb-xen-listvms
index
8b78b22
..
45d6e59
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-listvms
+++ b/
files/usr/sbin/sipb-xen-listvms
@@
-43,4
+43,4
@@
if __name__ == '__main__':
cPickle.dump(vms, sys.stdout, cPickle.HIGHEST_PROTOCOL)
else:
import yaml
- print yaml.safe_dump(vms, default_flow_style=False)
+ print yaml.dump(vms, Dumper=yaml.CDumper, default_flow_style=False)