From 1c734d30a0d44849bb42687e4b3719ee5d3432f3 Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 1 Jun 2019 01:50:28 +0200 Subject: [PATCH] fix utils init --- test_libs/pyspec/eth2spec/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_libs/pyspec/eth2spec/utils/__init__.py b/test_libs/pyspec/eth2spec/utils/__init__.py index 9f8b36428..482044798 100644 --- a/test_libs/pyspec/eth2spec/utils/__init__.py +++ b/test_libs/pyspec/eth2spec/utils/__init__.py @@ -1,4 +1,4 @@ from .merkle_minimal import * from .hash_function import * -from .bls_stub import * +from .bls import * from .ssz import *