Make imports absolute and use own copy of goamz pending patch inclusion

This commit is contained in:
Nick Craig-Wood 2013-07-11 17:37:33 +01:00
parent 90738f4081
commit a34bf2ae5e
5 changed files with 11 additions and 11 deletions

View file

@ -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"