Make imports absolute and use own copy of goamz pending patch inclusion
This commit is contained in:
parent
90738f4081
commit
a34bf2ae5e
5 changed files with 11 additions and 11 deletions
|
@ -4,10 +4,10 @@ package swift
|
|||
// FIXME need to prevent anything but ListDir working for swift://
|
||||
|
||||
import (
|
||||
"../fs"
|
||||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/ncw/rclone/fs"
|
||||
"github.com/ncw/swift"
|
||||
"io"
|
||||
"log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue