rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/pagination/single_test.go b/pagination/single_test.go
index 4af0fee..b5874cc 100644
--- a/pagination/single_test.go
+++ b/pagination/single_test.go
@@ -6,7 +6,7 @@
 	"testing"
 
 	"github.com/mitchellh/mapstructure"
-	"github.com/rackspace/gophercloud/testhelper"
+	"github.com/gophercloud/gophercloud/testhelper"
 )
 
 // SinglePage sample and test cases.