Move all drivers to the same subdir graphdriver

Upstream-commit: 035c1442424ee502118cdbf2ee2dddafcc0f01cd
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-11-15 15:48:24 -08:00
parent bf47a58ff7
commit 052ebaaf52
16 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ import (
"database/sql"
"fmt"
"github.com/dotcloud/docker/archive"
_ "github.com/dotcloud/docker/aufs"
_ "github.com/dotcloud/docker/devmapper"
"github.com/dotcloud/docker/gograph"
"github.com/dotcloud/docker/graphdriver"
_ "github.com/dotcloud/docker/graphdriver/aufs"
_ "github.com/dotcloud/docker/graphdriver/devmapper"
_ "github.com/dotcloud/docker/graphdriver/dummy"
"github.com/dotcloud/docker/utils"
"io"