Skip to content

Commit

Permalink
Merge pull request #963 from tseaver/944-move_api_functions_to_client…
Browse files Browse the repository at this point in the history
…_methods

Move 'datastore.api' functions to 'datastore.client.Client' methods.
  • Loading branch information
tseaver committed Jul 3, 2015
2 parents af97ff1 + 3fc9223 commit 675c839
Show file tree
Hide file tree
Showing 8 changed files with 753 additions and 1,748 deletions.
7 changes: 0 additions & 7 deletions gcloud/datastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
from gcloud.datastore._implicit_environ import get_default_dataset_id
from gcloud.datastore._implicit_environ import set_default_connection
from gcloud.datastore._implicit_environ import set_default_dataset_id
from gcloud.datastore.api import allocate_ids
from gcloud.datastore.api import delete
from gcloud.datastore.api import delete_multi
from gcloud.datastore.api import get
from gcloud.datastore.api import get_multi
from gcloud.datastore.api import put
from gcloud.datastore.api import put_multi
from gcloud.datastore.batch import Batch
from gcloud.datastore.connection import SCOPE
from gcloud.datastore.connection import Connection
Expand Down
Loading

0 comments on commit 675c839

Please sign in to comment.