1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Change relative paths to absolute

Upstream-commit: 39ad2cf8d3
Component: cli
This commit is contained in:
Guillaume J. Charmes
2013-03-11 02:59:52 -07:00
parent 82b549063d
commit 4b2bbc5754

View File

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