Module import failure in python 3.12
Changes:
- Remove data import from the code. This module
is not used at all and throw error during import.
Tested:
- Tested on sandbox with the changes.
Change-Id: I895bbe78e0cd7a1513b1be5132aab169a202eacf
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/external_intf/management_console_utils.py b/lib/external_intf/management_console_utils.py
index 3c6d819..97e39c6 100644
--- a/lib/external_intf/management_console_utils.py
+++ b/lib/external_intf/management_console_utils.py
@@ -5,8 +5,6 @@
import re
from collections import OrderedDict
-from data import variables
-
bmc_rec_pattern = "^=(.*)\n(.*)\n(.*)\n(.*)\n(.*)"
bmc_prop_pattern = [r"\w+", r"\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}", "443"]
bmc_rec_prop = ["hostname", "address", "port", "txt"]