Fix kr/pty import path

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie 2015-06-04 09:02:14 -07:00
parent ef3e956aa2
commit 9ec5e4f7df
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ import (
"os"
"os/exec"
"github.com/docker/docker/vendor/src/github.com/kr/pty"
"github.com/go-check/check"
"github.com/kr/pty"
)
// save a repo and try to load it using stdout