fix remaining tests & doctest

This commit is contained in:
Nikolay Volf
2016-06-01 12:44:11 +02:00
parent cee31f9e8d
commit db749dc564
4 changed files with 16 additions and 16 deletions

View File

@@ -15,8 +15,7 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use util::*;
use ethcore::client::{TestBlockChainClient, MiningBlockChainClient, BlockChainClient};
use ethcore::spec::Spec;
use ethcore::client::{TestBlockChainClient, BlockChainClient};
use io::SyncIo;
use chain::ChainSync;
use ::SyncConfig;