diff options
Diffstat (limited to 'weed/topology/node_list.go')
| -rw-r--r-- | weed/topology/node_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/node_list.go b/weed/topology/node_list.go index 17ab1e0dc..597d39b93 100644 --- a/weed/topology/node_list.go +++ b/weed/topology/node_list.go @@ -3,7 +3,7 @@ package topology import ( "fmt" "math/rand" - "weed/storage" + "code.google.com/p/weed-fs/weed/storage" ) type NodeList struct { |
