summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2011-12-24 10:04:52 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-24 10:27:09 +0000
commite99cbc23c1bb1108bc8e3a9323e2729553ea266c (patch)
treeb1f1fb1ead8575c39bb4f03c056422ba6d8b9271 /docs
parent96e66e0ab7d9439acae9efb88e9c97a8c176a6ef (diff)
Add two more twisted modules to the mock_modules list
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6bff362a..cae0e26f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,6 +28,8 @@ class Mock(object):
MOCK_MODULES = ['notmuch', 'notmuch.globals',
'twisted', 'twisted.internet',
'twisted.internet.defer',
+ 'twisted.python',
+ 'twisted.python.failure',
'urwid',
'argparse']
for mod_name in MOCK_MODULES: