File tree Expand file tree Collapse file tree
_gcloud_vendor/apitools/base/py Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515import httplib2
1616
17- from apitools .base .py import exceptions
18- from apitools .base .py import util
17+ from _gcloud_vendor . apitools .base .py import exceptions
18+ from _gcloud_vendor . apitools .base .py import util
1919
2020__all__ = [
2121 'GetHttp' ,
Original file line number Diff line number Diff line change 1212import StringIO
1313import threading
1414
15- from apitools .base .py import exceptions
16- from apitools .base .py import http_wrapper
17- from apitools .base .py import util
15+ from _gcloud_vendor . apitools .base .py import exceptions
16+ from _gcloud_vendor . apitools .base .py import http_wrapper
17+ from _gcloud_vendor . apitools .base .py import util
1818
1919__all__ = [
2020 'Download' ,
Original file line number Diff line number Diff line change 99import urllib
1010import urllib2
1111
12- from apitools .base .py import exceptions
12+ from _gcloud_vendor . apitools .base .py import exceptions
1313
1414__all__ = [
1515 'DetectGae' ,
You can’t perform that action at this time.
0 commit comments