Skip to content

Commit

Permalink
Merge pull request #435 from dhermes/remove-old-versions
Browse files Browse the repository at this point in the history
Removing out-of-date __version__ in sub-packages.
  • Loading branch information
tseaver committed Dec 18, 2014
2 parents c2ba130 + 16a9bb2 commit 4fb086e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
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

0 comments on commit 4fb086e

Please sign in to comment.