Changeset 563 for trunk/packages/sipb-xen-www/code
- Timestamp:
- Jun 2, 2008, 4:39:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/controls.py
r554 r563 141 141 """Return a dictionary mapping machine names to dicts.""" 142 142 value_string = remctl('web', 'listvms') 143 value_dict = yaml. safe_load(value_string)143 value_dict = yaml.load(value_string, yaml.CSafeLoader) 144 144 return value_dict 145 145
Note: See TracChangeset
for help on using the changeset viewer.