Changeset 574
- Timestamp:
- Jun 2, 2008, 11:33:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/controls.py
r572 r574 139 139 """Return a dictionary mapping machine names to dicts.""" 140 140 value_string = remctl('web', 'listvms') 141 value_dict = yaml.load(value_string, yaml. SafeLoader)141 value_dict = yaml.load(value_string, yaml.CSafeLoader) 142 142 return value_dict 143 143
Note: See TracChangeset
for help on using the changeset viewer.