Jon Perritt | 53c8a3a | 2014-11-24 07:46:35 -0700 | [diff] [blame^] | 1 | package common |
2 | |||||
3 | import ( | ||||
4 | "github.com/rackspace/gophercloud" | ||||
5 | "github.com/rackspace/gophercloud/testhelper/client" | ||||
6 | ) | ||||
7 | |||||
8 | const TokenID = client.TokenID | ||||
9 | |||||
10 | func ServiceClient() *gophercloud.ServiceClient { | ||||
11 | return client.ServiceClient() | ||||
12 | } |