Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-10 | pep8: fix style errors reported by pycodestyle 2.1.0 | Scott Moser | |
pycodestyle 2.1.0 is in Ubuntu zesty, and complained about the changes made here. Simple style changes. This makes 'make pep8' pass again when built in a zesty build system with proposed enabled. | |||
2012-09-28 | fix pep8 and pylint | Scott Moser | |
2012-09-28 | add 'safeyaml' to cloudinit | Scott Moser | |
In 0.7.0 we started using yaml.safe_load to load data rather than yaml.load. Some producers (namely, ubuntu MAAS created) have produced cloud-config data in the past that included python unicode types. This creates a specialized safe_loader that is basically safe_load + support for python unicode. |