[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [bridgedb/master] Remove pygpgme from the list of Python modules mocked in Sphinx builds.



commit 8bfa27dbf90de970441d82d8a790bfd09aad5283
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
Date:   Tue Apr 21 22:45:30 2015 +0000

    Remove pygpgme from the list of Python modules mocked in Sphinx builds.
---
 doc/sphinx/source/conf.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py
index ac8ce2d..2f01b4c 100644
--- a/doc/sphinx/source/conf.py
+++ b/doc/sphinx/source/conf.py
@@ -81,7 +81,7 @@ class Mock(object):
         else:
             return Mock()
 
-MOCK_MODULES = ['pygpgme', 'ipaddr']
+MOCK_MODULES = ['ipaddr']
 for mod_name in MOCK_MODULES:
     sys.modules[mod_name] = Mock()
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits