Skip to content

Commit

Permalink
Update osext import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerring committed Feb 26, 2015
1 parent 46ce66a commit 8eeab7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mist/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import (
"path/filepath"
"runtime"

"bitbucket.org/kardianos/osext"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/vm"
"github.com/kardianos/osext"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/utils/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import (
"regexp"
"runtime"

"bitbucket.org/kardianos/osext"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/eth"
Expand All @@ -42,6 +41,7 @@ import (
rpcws "github.com/ethereum/go-ethereum/rpc/ws"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/xeth"
"github.com/kardianos/osext"
)

var clilogger = logger.NewLogger("CLI")
Expand Down

0 comments on commit 8eeab7e

Please sign in to comment.