mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Test weird bug with ui linux tests
This commit is contained in:
parent
bcfe623e04
commit
46e3a10e41
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ deps_path = join(sep, "usr", "share", "bunkerweb", "deps", "python")
|
|||
if deps_path not in sys_path:
|
||||
sys_path.append(deps_path)
|
||||
|
||||
from zope.event import subscribers # noqa: F401
|
||||
from gevent import monkey
|
||||
|
||||
monkey.patch_all()
|
||||
|
|
|
|||
Loading…
Reference in a new issue