Skip to content

Commit 16a9bb2

Browse files
committed
Removing out-of-date __version__ in sub-packages.
1 parent c2ba130 commit 16a9bb2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

gcloud/datastore/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@
4444
which represents a lookup or search over the rows in the datastore.
4545
"""
4646

47-
__version__ = '0.1.2'
47+
from gcloud import credentials
48+
from gcloud.datastore.connection import Connection
49+
4850

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

5355

54-
from gcloud import credentials
55-
from gcloud.datastore.connection import Connection
56-
57-
5856
def get_connection():
5957
"""Shortcut method to establish a connection to the Cloud Datastore.
6058

gcloud/storage/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
machine).
3838
"""
3939

40-
__version__ = '0.1'
41-
4240
from gcloud import credentials
4341
from gcloud.storage.connection import Connection
4442

0 commit comments

Comments
 (0)