diff --git a/conftest.py b/conftest.py index d173b96..2030a7e 100644 --- a/conftest.py +++ b/conftest.py @@ -5,7 +5,7 @@ import shutil # This has to go here so that the `gevent.monkey.patch_all()` happens in the # main thread. -from pygeth import ( +from geth import ( LoggingMixin, DevGethProcess, )