Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81f6ae9

Browse filesBrowse files
Jon Wayne Parrottplamut
authored andcommitted
1 parent 6f37fba commit 81f6ae9
Copy full SHA for 81f6ae9

File tree

Expand file treeCollapse file tree

7 files changed

+7
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

7 files changed

+7
-7
lines changed
Open diff view settings
Collapse file

‎samples/snippets/iam.py‎

Copy file name to clipboardExpand all lines: samples/snippets/iam.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import argparse
2525

26-
from gcloud import pubsub
26+
from google.cloud import pubsub
2727

2828

2929
def get_topic_policy(topic_name):
Collapse file

‎samples/snippets/iam_test.py‎

Copy file name to clipboardExpand all lines: samples/snippets/iam_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1616
import pytest
1717

1818
import iam
Collapse file

‎samples/snippets/publisher.py‎

Copy file name to clipboardExpand all lines: samples/snippets/publisher.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import argparse
2525

26-
from gcloud import pubsub
26+
from google.cloud import pubsub
2727

2828

2929
def list_topics():
Collapse file

‎samples/snippets/publisher_test.py‎

Copy file name to clipboardExpand all lines: samples/snippets/publisher_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from gcloud import pubsub
1615
from gcp.testing import eventually_consistent
16+
from google.cloud import pubsub
1717
import pytest
1818

1919
import publisher
Collapse file

‎samples/snippets/requirements.txt‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcloud==0.18.3
1+
google-cloud-pubsub==0.20.0
Collapse file

‎samples/snippets/subscriber.py‎

Copy file name to clipboardExpand all lines: samples/snippets/subscriber.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import argparse
2525

26-
from gcloud import pubsub
26+
from google.cloud import pubsub
2727

2828

2929
def list_subscriptions(topic_name):
Collapse file

‎samples/snippets/subscriber_test.py‎

Copy file name to clipboardExpand all lines: samples/snippets/subscriber_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from gcloud import pubsub
1615
from gcp.testing import eventually_consistent
16+
from google.cloud import pubsub
1717
import pytest
1818

1919
import subscriber

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.