--
You received this message because you are subscribed to the Google Groups "Event and Task Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eventandtaskman...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/eventandtaskmanager/a4e01369-ee0c-4c7c-bd19-f17ce47e4f18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Event and Task Manager" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/eventandtaskmanager/0wHbd2hR1xg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to eventandtaskman...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/eventandtaskmanager/0A78ADA5-9BC7-4AEF-B889-F3F973D83539%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
import ruamel.yaml as yaml
from ruamel.yaml import YAMLyaml = YAML(typ='unsafe')
tmp = yaml.safe_load(fo)
tmp = yaml(fo)