From d0e37811d69d1802a8b926bbf5be21055e1aeaef Mon Sep 17 00:00:00 2001
From: Pradyumna Kaushik <pkaushi1@binghamton.edu>
Date: Thu, 10 Nov 2016 19:50:21 -0500
Subject: [PATCH] changed bingcloud to sunybingcloud in the import statements.

---
 schedulers/firstfit.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schedulers/firstfit.go b/schedulers/firstfit.go
index bdfad7e..e426ab1 100644
--- a/schedulers/firstfit.go
+++ b/schedulers/firstfit.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"