aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index b7282d9b5..bb981b950 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -22,8 +22,8 @@ import (
"runtime"
"github.com/ethereum/go-ethereum"
+ "github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/logger"
- "github.com/ethereum/go-ethereum/utils"
"gopkg.in/qml.v1"
)