typos

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7311833f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7311833f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7311833f

Branch: refs/heads/trunk
Commit: 7311833f903a15c4c2651f736ec8c218dede8202
Parents: 6f3e4c6
Author: andy <andymahe...@gmail.com>
Authored: Sun Jun 18 20:40:27 2017 -0400
Committer: andy <andymahe...@gmail.com>
Committed: Sun Jun 18 20:40:27 2017 -0400

----------------------------------------------------------------------
 docs/examples/container/gke/instantiate_driver.py | 2 +-
 libcloud/test/container/test_gke.py               | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7311833f/docs/examples/container/gke/instantiate_driver.py
----------------------------------------------------------------------
diff --git a/docs/examples/container/gke/instantiate_driver.py 
b/docs/examples/container/gke/instantiate_driver.py
index c23060a..8beb9b9 100644
--- a/docs/examples/container/gke/instantiate_driver.py
+++ b/docs/examples/container/gke/instantiate_driver.py
@@ -6,4 +6,4 @@ cls = get_driver(Provider.GKE)
 conn = cls('testaccount-...@testproject.iam.gserviceaccount.com',
            'libcloud.json', project='testproject')
 
-conn.list_images()
+conn.list_clusters()

http://git-wip-us.apache.org/repos/asf/libcloud/blob/7311833f/libcloud/test/container/test_gke.py
----------------------------------------------------------------------
diff --git a/libcloud/test/container/test_gke.py 
b/libcloud/test/container/test_gke.py
index 909747b..91f0a16 100644
--- a/libcloud/test/container/test_gke.py
+++ b/libcloud/test/container/test_gke.py
@@ -72,7 +72,6 @@ class GKEMockHttp(MockHttp):
         path = path.replace(project_path, '')
         # The path to get project information is the base path, so use a fake
         # '/project' path instead
-        print("path", path)
         if not path:
             path = '/project'
         method_name = super(GKEMockHttp, self)._get_method_name(

Reply via email to