Fixing import format in thirdparty libraries to separate local imports.

This commit is contained in:
Jay Vyas
2015-11-24 10:19:30 -05:00
committed by jay vyas
parent 0798915490
commit 9c673c3051
12 changed files with 32 additions and 20 deletions

View File

@@ -23,13 +23,14 @@
package parser
import (
"k8s.io/kubernetes/third_party/golang/go/scanner"
"k8s.io/kubernetes/third_party/golang/go/token"
"io/ioutil"
"path/filepath"
"regexp"
"strings"
"testing"
"k8s.io/kubernetes/third_party/golang/go/scanner"
"k8s.io/kubernetes/third_party/golang/go/token"
)
const testdata = "testdata"