zuul/zuul/cmd
Clint Byrum 88fdfde8e2 Use libyaml if possible
PyYAML doesn't automatically use the much faster and more memory
efficient libyaml bindings, even if the extension is available. So we
provide our own module that exports the pieces needed to use the faster
one, or fall back to the pure python implementation.

Change-Id: I7ee99f5017cb83153ab8fa9bc23548ed639777c1
2017-04-04 11:49:05 -07:00
..
__init__.py Use libyaml if possible 2017-04-04 11:49:05 -07:00
client.py Rename zuul-launcher to zuul-executor 2017-03-15 12:21:24 -04:00
cloner.py Support post jobs by supporting rev checkout 2016-07-12 12:51:51 +10:00
executor.py Clean up additional references to launcher 2017-03-15 13:15:11 -04:00
merger.py Python 3 Fixes: Use print() not print 2016-06-02 07:28:23 +03:00
scheduler.py Clean up additional references to launcher 2017-03-15 13:15:11 -04:00