Move commands to client/commands

This commit is contained in:
Ethan Frey
2017-07-18 21:57:37 +02:00
parent d9c39ff9e6
commit eb495e081b
27 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/spf13/pflag"
"github.com/spf13/viper"
"github.com/tendermint/basecoin/commands"
"github.com/tendermint/basecoin/client/commands"
"github.com/tendermint/basecoin"
bcmd "github.com/tendermint/basecoin/cmd/basecli/commands"