From c578f9904d17353be3a4c23a540310d6dad4c6f5 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 10 Nov 2016 19:50:53 -0500 Subject: [PATCH] changed bingcloud to sunybingcloud in the import statements. --- schedulers/firstfitwattsonly.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedulers/firstfitwattsonly.go b/schedulers/firstfitwattsonly.go index b19ce3b..e5962a7 100644 --- a/schedulers/firstfitwattsonly.go +++ b/schedulers/firstfitwattsonly.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"