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
8 changes: 3 additions & 5 deletions gcloud/datastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@
which represents a lookup or search over the rows in the datastore.
"""

__version__ = '0.1.2'
from gcloud import credentials
from gcloud.datastore.connection import Connection


SCOPE = ('https://www.googleapis.com/auth/datastore ',
'https://www.googleapis.com/auth/userinfo.email')
"""The scope required for authenticating as a Cloud Datastore consumer."""


from gcloud import credentials
from gcloud.datastore.connection import Connection


def get_connection():
"""Shortcut method to establish a connection to the Cloud Datastore.

Expand Down
2 changes: 0 additions & 2 deletions gcloud/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
machine).
"""

__version__ = '0.1'

from gcloud import credentials
from gcloud.storage.connection import Connection

Expand Down