aboutsummaryrefslogtreecommitdiff
path: root/weed/upload.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/upload.go
parentab6fb13ad795763ba7fc7c91696d2890be6da543 (diff)
downloadseaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.tar.xz
seaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.zip
testing new directory structure
Diffstat (limited to 'weed/upload.go')
-rw-r--r--weed/upload.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/upload.go b/weed/upload.go
index bc1361cc5..e1e296bf2 100644
--- a/weed/upload.go
+++ b/weed/upload.go
@@ -7,8 +7,8 @@ import (
"net/url"
"os"
"path"
- "weed/operation"
- "weed/util"
+ "code.google.com/p/weed-fs/weed/operation"
+ "code.google.com/p/weed-fs/weed/util"
"strconv"
)