Put back the github.com path for the import

This commit is contained in:
creack 2013-03-12 11:59:27 -07:00
parent c4a0001d99
commit 20c2c684b2
1 changed files with 2 additions and 2 deletions

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"