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

Put back the relative paths for dev purpose

Upstream-commit: ab1211bcb8
Component: cli
This commit is contained in:
Guillaume J. Charmes
2013-03-12 05:17:51 -07:00
parent 4b2bbc5754
commit 45ad596952

View File

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