We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f03b1 commit f1a76d1Copy full SHA for f1a76d1
installation_and_upgrade/ibex_install_utils/tasks/system_tasks.py
@@ -8,8 +8,6 @@
8
from time import sleep
9
10
import psutil
11
-from win32com.client import Dispatch
12
-
13
from ibex_install_utils.admin_runner import AdminCommandBuilder
14
from ibex_install_utils.exceptions import ErrorInTask, UserStop
15
from ibex_install_utils.kafka_utils import add_required_topics
@@ -20,6 +18,7 @@
20
18
from ibex_install_utils.tasks import BaseTasks
21
19
from ibex_install_utils.tasks.common_paths import APPS_BASE_DIR, EPICS_PATH, VAR_DIR
22
from ibex_install_utils.version_check import version_check
+from win32com.client import Dispatch
23
24
GIGABYTE = 1024**3
25
0 commit comments