changed bingcloud to sunybingcloud in the import statements.
This commit is contained in:
parent
df553193fd
commit
42a15ec854
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
package schedulers
|
package schedulers
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bitbucket.org/bingcloud/electron/def"
|
"bitbucket.org/sunybingcloud/electron/def"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/golang/protobuf/proto"
|
"github.com/golang/protobuf/proto"
|
||||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||||
|
|
Reference in a new issue