Changeset 574


Ignore:
Timestamp:
Jun 2, 2008, 11:33:16 PM (16 years ago)
Author:
ecprice
Message:

Undo regression CSafeLoader in r572

File:
1 edited

Legend:

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

    r572 r574  
    139139    """Return a dictionary mapping machine names to dicts."""
    140140    value_string = remctl('web', 'listvms')
    141     value_dict = yaml.load(value_string, yaml.SafeLoader)
     141    value_dict = yaml.load(value_string, yaml.CSafeLoader)
    142142    return value_dict
    143143
Note: See TracChangeset for help on using the changeset viewer.