rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/util_test.go b/util_test.go
index dcec77f..6b0d734 100644
--- a/util_test.go
+++ b/util_test.go
@@ -6,7 +6,7 @@
 	"strings"
 	"testing"
 
-	th "github.com/rackspace/gophercloud/testhelper"
+	th "github.com/gophercloud/gophercloud/testhelper"
 )
 
 func TestWaitFor(t *testing.T) {