Commit 739b7cc2 authored by Taylor Gerring's avatar Taylor Gerring

Cleanup imports

parent d5aed82b
......@@ -27,7 +27,6 @@ import (
"log"
"os"
"path"
"path/filepath"
"runtime"
"github.com/ethereum/go-ethereum/crypto"
......@@ -35,7 +34,6 @@ import (
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/vm"
"github.com/kardianos/osext"
)
var (
......
......@@ -25,10 +25,7 @@ import (
"fmt"
"os"
"os/signal"
"path"
"path/filepath"
"regexp"
"runtime"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
......
......@@ -2,12 +2,15 @@ package ethutil
import (
"fmt"
"github.com/kardianos/osext"
"math/big"
"os"
"os/user"
"path"
"path/filepath"
"runtime"
"time"
"github.com/kardianos/osext"
)
func DefaultAssetPath() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment