Skip to content

Commit

Permalink
Putting get_default_(connection|dataset_id) in datastore pkg namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Feb 18, 2015
1 parent 4d3856e commit 00a9953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcloud/datastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@

from gcloud import credentials
from gcloud.datastore import _implicit_environ
from gcloud.datastore._implicit_environ import get_default_connection
from gcloud.datastore._implicit_environ import get_default_dataset_id
from gcloud.datastore.api import allocate_ids
from gcloud.datastore.api import delete
from gcloud.datastore.api import get
Expand Down

0 comments on commit 00a9953

Please sign in to comment.