Fixed imports

Upstream-commit: 09f1cbabb9ebc46776a832e1e695af7ef32a3de3
Component: engine
This commit is contained in:
shin-
2013-05-06 11:06:44 -07:00
parent 1a68b2e14d
commit f75cda5f84
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package docker
import (
"fmt"
"io"
"io/ioutil"
"net/http"
"os"

View File

@ -9,7 +9,6 @@ import (
"io"
"io/ioutil"
"net/http"
"os"
"path"
"strings"
)