Added pyyaml to the list of mocked imports for the docs

This commit is contained in:
Seth House 2012-01-16 01:45:05 -07:00
parent 762644de4c
commit 105ed6d70c

View File

@ -29,6 +29,7 @@ class Mock(object):
MOCK_MODULES = [
# salt core
'yaml',
'salt.msgpack._msgpack',
'zmq',
'Crypto',