bumplzz69 / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

change discovery import in samples #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
change from using

  from apiclient.discovery import build

to 

  from apiclient import discovery

then later use it as 

  discovery.build()

Original issue reported on code.google.com by jcgregorio@google.com on 1 Jul 2011 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by jcgregorio@google.com on 14 Jun 2012 at 7:44