fix(cmd/ipfs2, commands) imports

This commit is contained in:
Brian Tiger Chow 2014-10-29 00:23:19 -07:00 committed by Juan Batiz-Benet
parent c0a9871d48
commit b1bf60b877
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"net/http"
cmds "github.com/jbenet/go-ipfs/commands"
"github.com/jbenet/go-ipfs/core/commands"
commands "github.com/jbenet/go-ipfs/core/commands2"
)
type Handler struct {

View File

@ -5,7 +5,7 @@ import (
"strings"
cmds "github.com/jbenet/go-ipfs/commands"
"github.com/jbenet/go-ipfs/core/commands"
commands "github.com/jbenet/go-ipfs/core/commands2"
)
// Parse parses the data in a http.Request and returns a command Request object