File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 1414
1515"""Create / interact with a batch of updates / deletes."""
1616
17- from gcloud ._localstack import _LocalStack
17+ from gcloud ._helpers import _LocalStack
1818from gcloud .datastore import _implicit_environ
1919from gcloud .datastore import helpers
2020from gcloud .datastore .key import _dataset_ids_equal
Original file line number Diff line number Diff line change 2525
2626import six
2727
28- from gcloud ._localstack import _LocalStack
28+ from gcloud ._helpers import _LocalStack
2929from gcloud .storage import _implicit_environ
3030from gcloud .storage .connection import Connection
3131
Original file line number Diff line number Diff line change 1818class Test__LocalStack (unittest2 .TestCase ):
1919
2020 def _getTargetClass (self ):
21- from gcloud ._localstack import _LocalStack
21+ from gcloud ._helpers import _LocalStack
2222
2323 return _LocalStack
2424
You can’t perform that action at this time.
0 commit comments