Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update samples to support latest Google Cloud Python [(#656)](GoogleC…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Nov 15, 2016
1 parent 9902564 commit 34145a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/snippets/list_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def main(project_id, zone):
result = list_clusters(dataproc, project_id)
print(result)


if __name__ == '__main__':
parser = argparse.ArgumentParser(
description=__doc__,
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-api-python-client==1.5.5
google-cloud==0.20.0
google-cloud==0.21.0

0 comments on commit 34145a4

Please sign in to comment.