Package import path change

This commit is contained in:
Jae Kwon
2015-04-01 17:30:16 -07:00
parent d8766e1d37
commit 13b6508ecd
99 changed files with 280 additions and 280 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ package main
import (
"fmt"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
)
func gen_account() {
+6 -6
View File
@@ -8,12 +8,12 @@ import (
"os"
"strconv"
"github.com/tendermint/tendermint2/account"
"github.com/tendermint/tendermint2/binary"
. "github.com/tendermint/tendermint2/common"
dbm "github.com/tendermint/tendermint2/db"
sm "github.com/tendermint/tendermint2/state"
"github.com/tendermint/tendermint2/types"
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
. "github.com/tendermint/tendermint/common"
dbm "github.com/tendermint/tendermint/db"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"
)
func getString(prompt string) string {
+3 -3
View File
@@ -3,9 +3,9 @@ package main
import (
"fmt"
"github.com/tendermint/tendermint2/binary"
"github.com/tendermint/tendermint2/config"
sm "github.com/tendermint/tendermint2/state"
"github.com/tendermint/tendermint/binary"
"github.com/tendermint/tendermint/config"
sm "github.com/tendermint/tendermint/state"
)
func gen_validator() {
+1 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"github.com/tendermint/tendermint2/logger"
"github.com/tendermint/tendermint/logger"
)
var log = logger.New("module", "main")
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"fmt"
"os"
"github.com/tendermint/tendermint2/config"
"github.com/tendermint/tendermint2/daemon"
"github.com/tendermint/tendermint2/logger"
"github.com/tendermint/tendermint/config"
"github.com/tendermint/tendermint/daemon"
"github.com/tendermint/tendermint/logger"
)
func main() {
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"
"github.com/tendermint/tendermint2/p2p/upnp"
"github.com/tendermint/tendermint/p2p/upnp"
)
func probe_upnp() {