Update compiler.js

This commit is contained in:
VoR0220 2015-10-18 00:21:58 -05:00 committed by Iuri Matias
parent 63a16961bf
commit 916437fd4c
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
var shelljs = require('shelljs');
var shelljs_global = require('shelljs/global');
var web3 = require('web3');
var fs = require('fs');
var solc = require('solc');
Compiler = function(blockchainConfig) {
this.blockchainConfig = blockchainConfig;