Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Sep 30, 2016
1 parent bbad144 commit d710b0f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import argparse

from gcloud import pubsub
from google.cloud import pubsub


def get_topic_policy(topic_name):
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/iam_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from gcloud import pubsub
from google.cloud import pubsub
import pytest

import iam
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import argparse

from gcloud import pubsub
from google.cloud import pubsub


def list_topics():
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/publisher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from gcloud import pubsub
from gcp.testing import eventually_consistent
from google.cloud import pubsub
import pytest

import publisher
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcloud==0.18.3
google-cloud-pubsub==0.20.0
2 changes: 1 addition & 1 deletion samples/snippets/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import argparse

from gcloud import pubsub
from google.cloud import pubsub


def list_subscriptions(topic_name):
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/subscriber_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from gcloud import pubsub
from gcp.testing import eventually_consistent
from google.cloud import pubsub
import pytest

import subscriber
Expand Down

0 comments on commit d710b0f

Please sign in to comment.