aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/topology.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-02-10 03:31:40 -0800
committerChris Lu <chris.lu@gmail.com>2013-02-10 03:31:40 -0800
commit55f2627fcf965c3765ad9b63878e9a22a59f4b55 (patch)
treeedbdce3e9a4751d4f49250aac881507446606958 /weed/topology/topology.go
parentab6fb13ad795763ba7fc7c91696d2890be6da543 (diff)
downloadseaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.tar.xz
seaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.zip
testing new directory structure
Diffstat (limited to 'weed/topology/topology.go')
-rw-r--r--weed/topology/topology.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/topology/topology.go b/weed/topology/topology.go
index d0b12def4..ac5505a66 100644
--- a/weed/topology/topology.go
+++ b/weed/topology/topology.go
@@ -4,9 +4,9 @@ import (
"errors"
"io/ioutil"
"math/rand"
- "weed/directory"
- "weed/sequence"
- "weed/storage"
+ "code.google.com/p/weed-fs/weed/directory"
+ "code.google.com/p/weed-fs/weed/sequence"
+ "code.google.com/p/weed-fs/weed/storage"
)
type Topology struct {