1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-01 08:38:04 +02:00

more debug in doc configuration

This commit is contained in:
kakwa 2015-07-20 00:01:18 +02:00
parent 0635fc2065
commit fc0d75ebe1

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