Reference docs augeas/M2Crypto hack to github bug

This commit is contained in:
Jakub Warmuz 2015-02-24 16:55:25 +00:00
parent 31f444e4ba
commit a5551604c6
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -21,6 +21,7 @@ import mock
# http://docs.readthedocs.org/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules
# c.f. #262
sys.modules.update(
(mod_name, mock.MagicMock()) for mod_name in ['augeas', 'M2Crypto'])