Skip to content

Commit 2d28a1c

Browse files
Jon Wayne Parrottbusunkim96
Jon Wayne Parrott
authored andcommitted
1 parent 0eacc42 commit 2d28a1c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/snippets/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import argparse
1818

19-
from gcloud import logging
19+
from google.cloud import logging
2020

2121

2222
def list_sinks():

samples/snippets/export_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import random
1616
import string
1717

18-
from gcloud import logging
1918
from gcp.testing import eventually_consistent
19+
from google.cloud import logging
2020
import pytest
2121

2222
import export

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcloud==0.18.3
1+
google-cloud-logging==0.20.0

samples/snippets/snippets.py

Lines 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 logging
26+
from google.cloud import logging
2727

2828

2929
def write_entry(logger_name):

samples/snippets/snippets_test.py

Lines 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 logging
1615
from gcp.testing import eventually_consistent
16+
from google.cloud import logging
1717
import pytest
1818

1919
import snippets

0 commit comments

Comments
 (0)