Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gcloud/datastore/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
import os
from gcloud import datastore

Expand Down
1 change: 1 addition & 0 deletions gcloud/datastore/demo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
from gcloud import demo
from gcloud import datastore

Expand Down
1 change: 1 addition & 0 deletions gcloud/datastore/demo/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
# Welcome to the gCloud Datastore Demo! (hit enter)

# We're going to walk through some of the basics...
Expand Down
1 change: 1 addition & 0 deletions gcloud/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
from code import interact
import itertools
import os.path
Expand Down
1 change: 1 addition & 0 deletions gcloud/storage/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
import os
from gcloud import storage

Expand Down
1 change: 1 addition & 0 deletions gcloud/storage/demo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
from gcloud import demo
from gcloud import storage

Expand Down
1 change: 1 addition & 0 deletions gcloud/storage/demo/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
# Welcome to the gCloud Storage Demo! (hit enter)

# We're going to walk through some of the basics...,
Expand Down