Ignore:
Timestamp:
Jun 2, 2008, 4:39:16 AM (16 years ago)
Author:
andersk
Message:

TURBOYAML!!1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/controls.py

    r554 r563  
    141141    """Return a dictionary mapping machine names to dicts."""
    142142    value_string = remctl('web', 'listvms')
    143     value_dict = yaml.safe_load(value_string)
     143    value_dict = yaml.load(value_string, yaml.CSafeLoader)
    144144    return value_dict
    145145
Note: See TracChangeset for help on using the changeset viewer.