From c1fa0b1a6ea4fde16e0c87d686b655068b33c29c Mon Sep 17 00:00:00 2001
From: Pradyumna Kaushik <pkaushi1@binghamton.edu>
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"