Fix "cannot find init" as nimcrypto wasn't visible in ethprocs

This commit is contained in:
coffeepots 2018-06-14 17:02:17 +01:00
parent bb07650f33
commit e5c92dd207
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import unittest, json, tables
import ../rpcclient, ../rpcstreamservers
import stint, ethtypes, ethprocs, stintjson
import stint, ethtypes, ethprocs, stintjson, nimcrypto
from os import getCurrentDir, DirSep
from strutils import rsplit