From d4a20232c06f2dc519e6665c1de5d735f85fd881 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Thu, 31 Jan 2013 11:23:58 +0000 Subject: [PATCH] Forgot exceptions import --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 0baee5c8..ec7a129c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,7 +11,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +import sys, os, exceptions #Mocking uninstalled modules: https://read-the-docs.readthedocs.org/en/latest/faq.html