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/10/05 11:45:40 UTC

[incubator-datalab] branch DLAB-1911 updated: [DLAB-1911]: edited missing imports

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

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


The following commit(s) were added to refs/heads/DLAB-1911 by this push:
     new 89b73c4  [DLAB-1911]: edited missing imports
89b73c4 is described below

commit 89b73c4857d5e10397ee8ec0e9b4518b1cf85b54
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Oct 5 14:45:27 2020 +0300

    [DLAB-1911]: edited missing imports
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 2 +-
 infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 321de4d..88dc58d 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -22,7 +22,7 @@
 # ******************************************************************************
 
 import datalab.fab
-import datalab.action_lib
+import datalab.actions_lib
 import datalab.meta_lib
 import json
 import logging
diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
index 153b080..4ad1282 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
@@ -22,7 +22,7 @@
 # ******************************************************************************
 
 import datalab.fab
-import datalab.action_lib
+import datalab.actions_lib
 import datalab.meta_lib
 import json
 import logging


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