From 6c3f48e324328782676a3bde97e3bd3ff91dc96e Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 10 Nov 2016 19:50:40 -0500 Subject: [PATCH] changed bingcloud to sunybingcloud in the import statements. --- schedulers/firstfitsortedwatts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedulers/firstfitsortedwatts.go b/schedulers/firstfitsortedwatts.go index faab082..9067e1c 100644 --- a/schedulers/firstfitsortedwatts.go +++ b/schedulers/firstfitsortedwatts.go @@ -1,7 +1,7 @@ package schedulers import ( - "bitbucket.org/bingcloud/electron/def" + "bitbucket.org/sunybingcloud/electron/def" "fmt" "github.com/golang/protobuf/proto" mesos "github.com/mesos/mesos-go/mesosproto"