The new version of PyYAML prints a warning about not using loaders. Found by @lucpeterson in #171 ``` This throws a deprecation warning now. Need to update yaml.load to include the loader ```
The new version of PyYAML prints a warning about not using loaders. Found by @lucpeterson in #171