You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/12/18 10:49:50 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: changed urllib2 to urllib3 in gcp actions_lib

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new 8b7c181  [DATALAB-2091]: changed urllib2 to urllib3 in gcp actions_lib
8b7c181 is described below

commit 8b7c1818c7d218230142d023ef32dc7802d25829
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Dec 18 12:49:35 2020 +0200

    [DATALAB-2091]: changed urllib2 to urllib3 in gcp actions_lib
---
 infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
index e050ccf..49aff63 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -32,7 +32,7 @@ import random
 import sys
 import time
 import traceback
-import urllib2
+import urllib3
 from Crypto.PublicKey import RSA
 from datalab.fab import *
 from fabric.api import *


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org