From 8227cfa79b60469334d14233a1a138198d366eac Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Sat, 30 Jul 2016 14:53:43 -0600 Subject: [PATCH] pygeth fix --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )