Commit 15a35675 authored by Jeromy's avatar Jeromy

fix pathing

parent b1cc140e
......@@ -13,11 +13,11 @@ import (
"strings"
"time"
"github.com/jbenet/go-datastore"
"github.com/jbenet/go-datastore/Godeps/_workspace/src/github.com/jbenet/go-os-rename"
"github.com/jbenet/go-datastore/query"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/jbenet/go-os-rename"
"github.com/ipfs/go-datastore/query"
logging "github.com/jbenet/go-datastore/Godeps/_workspace/src/github.com/ipfs/go-log"
logging "github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/ipfs/go-log"
)
var log = logging.Logger("flatfs")
......
......@@ -8,12 +8,12 @@ import (
"runtime"
"testing"
"github.com/jbenet/go-datastore"
"github.com/jbenet/go-datastore/flatfs"
"github.com/jbenet/go-datastore/query"
dstest "github.com/jbenet/go-datastore/test"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/flatfs"
"github.com/ipfs/go-datastore/query"
dstest "github.com/ipfs/go-datastore/test"
rand "github.com/jbenet/go-datastore/Godeps/_workspace/src/github.com/dustin/randbo"
rand "github.com/ipfs/go-datastore/Godeps/_workspace/src/github.com/dustin/randbo"
)
func tempdir(t testing.TB) (path string, cleanup func()) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment