mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Revert "Test weird bug with ui linux tests"
This reverts commit 46e3a10e41.
This commit is contained in:
parent
46e3a10e41
commit
90f6ceea18
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ 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