Skip to content

Commit

Permalink
Fix head
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Aug 6, 2015
1 parent 29aaf1a commit fcc78cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/client/experimental.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"fmt"
"strings"

"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
explatest "github.com/GoogleCloudPlatform/kubernetes/pkg/expapi/latest"
"github.com/GoogleCloudPlatform/kubernetes/pkg/version"
"k8s.io/kubernetes/pkg/api"
explatest "k8s.io/kubernetes/pkg/expapi/latest"
"k8s.io/kubernetes/pkg/version"
)

// Interface holds the experimental methods for clients of Kubernetes
Expand Down

0 comments on commit fcc78cd

Please sign in to comment.