aboutsummaryrefslogtreecommitdiff
path: root/weed/upload.go
diff options
context:
space:
mode:
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"
)