Move utility package 'systemd' to pkg/systemd

Upstream-commit: 8e7db0432e21adb3a753188d5321ce1165fa8964
Component: engine
This commit is contained in:
Solomon Hykes
2013-12-23 23:07:01 +00:00
parent ec888af3b0
commit 60759a8d1a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"fmt"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud/docker/auth"
"github.com/dotcloud/docker/systemd"
"github.com/dotcloud/docker/pkg/systemd"
"github.com/dotcloud/docker/utils"
"github.com/gorilla/mux"
"io"