mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Reference docs augeas/M2Crypto hack to github bug
This commit is contained in:
parent
31f444e4ba
commit
a5551604c6
1 changed files with 1 additions and 0 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue