Merge pull request #36 from pipermerriam/piper/fix-upstream-pygeth-change

pygeth fix
This commit is contained in:
Piper Merriam 2016-07-30 20:08:35 -06:00 committed by GitHub
commit 72a5825b26

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