Browse code

Fix kr/pty import path

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2015/06/05 01:02:14
Showing 1 changed files
... ...
@@ -8,8 +8,8 @@ import (
8 8
 	"os"
9 9
 	"os/exec"
10 10
 
11
-	"github.com/docker/docker/vendor/src/github.com/kr/pty"
12 11
 	"github.com/go-check/check"
12
+	"github.com/kr/pty"
13 13
 )
14 14
 
15 15
 // save a repo and try to load it using stdout