more debug in doc configuration

This commit is contained in:
kakwa 2015-07-20 00:01:18 +02:00
parent 0635fc2065
commit fc0d75ebe1
1 changed files with 1 additions and 0 deletions

View File

@ -177,4 +177,5 @@ try:
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
except Exception as e:
print("No Mock of cherrypy")
print(str(e))
pass