Change relative paths to absolute

This commit is contained in:
Guillaume J. Charmes 2013-03-11 02:59:52 -07:00
parent b4b078c5ae
commit 39ad2cf8d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package client package client
import ( import (
"../future" "github.com/dotcloud/docker/future"
"../rcli" "github.com/dotcloud/docker/rcli"
"io" "io"
"io/ioutil" "io/ioutil"
"log" "log"