This is from RHEL distgit tests/PyYAML, directory Sanity/Smoke. The original commit hash: fd668cd6d20ca9c46d9bfa5ccf34f3a925317b25 Only necessary files were kept. Co-Authored-By: Lukas Zachar <lzachar@redhat.com> Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
4 lines
137 B
Python
4 lines
137 B
Python
#!/usr/bin/env python
|
|
import yaml
|
|
print(yaml.dump({'name': 'Silenthand Olleander', 'race': 'Human', 'traits': ['ONE_HAND', 'ONE_EYE']}))
|