From e99cbc23c1bb1108bc8e3a9323e2729553ea266c Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 24 Dec 2011 10:04:52 +0100 Subject: Add two more twisted modules to the mock_modules list --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3