adding debug message for mock

This commit is contained in:
kakwa 2015-07-19 23:59:40 +02:00
parent 0bbad88097
commit 0635fc2065
1 changed files with 1 additions and 0 deletions

View File

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