Merge pull request #3331 from shykes/pkg-names

Move utility package 'namesgenerator' to pkg/namesgenerator
Upstream-commit: 6155f07561d74aac30f6935375251811ea8c4153
Component: engine
This commit is contained in:
Victor Vieux
2013-12-23 16:15:26 -08:00
3 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package docker
import (
"fmt"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/namesgenerator"
"github.com/dotcloud/docker/pkg/namesgenerator"
"github.com/dotcloud/docker/utils"
"io/ioutil"
"strconv"