mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Reference docs augeas/M2Crypto hack to github bug
This commit is contained in:
@@ -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
|
# 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(
|
sys.modules.update(
|
||||||
(mod_name, mock.MagicMock()) for mod_name in ['augeas', 'M2Crypto'])
|
(mod_name, mock.MagicMock()) for mod_name in ['augeas', 'M2Crypto'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user