mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
adding debug message for mock
This commit is contained in:
parent
0bbad88097
commit
0635fc2065
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user