From 3e0793250cf0c0e062c5b4024c985baa6dc554e3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 23 Apr 2013 22:34:18 +0200 Subject: [PATCH] docs: serial no longer needs to be mocked --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fa13c3bd..8ce06ebb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,6 @@ MOCK_MODULES = [ 'pykka.future', 'pykka.registry', 'pylast', - 'serial', 'ws4py', 'ws4py.messaging', 'ws4py.server',