File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
4951SCOPE = ('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-
5856def get_connection ():
5957 """Shortcut method to establish a connection to the Cloud Datastore.
6058
Original file line number Diff line number Diff line change 3737 machine).
3838"""
3939
40- __version__ = '0.1'
41-
4240from gcloud import credentials
4341from gcloud .storage .connection import Connection
4442
You can’t perform that action at this time.
0 commit comments