File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323
2424import argparse
2525
26- from gcloud import pubsub
26+ from google . cloud import pubsub
2727
2828
2929def get_topic_policy (topic_name ):
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from gcloud import pubsub
15+ from google . cloud import pubsub
1616import pytest
1717
1818import iam
Original file line number Diff line number Diff line change 2323
2424import argparse
2525
26- from gcloud import pubsub
26+ from google . cloud import pubsub
2727
2828
2929def list_topics ():
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from gcloud import pubsub
1615from gcp .testing import eventually_consistent
16+ from google .cloud import pubsub
1717import pytest
1818
1919import publisher
Original file line number Diff line number Diff line change 1- gcloud == 0.18.3
1+ google-cloud-pubsub == 0.20.0
Original file line number Diff line number Diff line change 2323
2424import argparse
2525
26- from gcloud import pubsub
26+ from google . cloud import pubsub
2727
2828
2929def list_subscriptions (topic_name ):
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from gcloud import pubsub
1615from gcp .testing import eventually_consistent
16+ from google .cloud import pubsub
1717import pytest
1818
1919import subscriber
You can’t perform that action at this time.
0 commit comments