pygeth fix

This commit is contained in:
Piper Merriam 2016-07-30 14:53:43 -06:00
parent b1a028900e
commit 8227cfa79b

View File

@ -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,
)