From 5e183b56e6d4aa34a3e574db175626afea7df8f9 Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Fri, 5 Apr 2024 17:01:44 +0530 Subject: [PATCH] tuigen update 6 --- codegen/tuigen.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/tuigen.py b/codegen/tuigen.py index c2c54968c15..20fe51e4979 100644 --- a/codegen/tuigen.py +++ b/codegen/tuigen.py @@ -25,11 +25,11 @@ import xml.etree.ElementTree as ET try: - from .data.fluent_gui_help_patch import XML_HELP_PATCH - from .data.tui_menu_descriptions import MENU_DESCRIPTIONS -except ImportError: from data.fluent_gui_help_patch import XML_HELP_PATCH from data.tui_menu_descriptions import MENU_DESCRIPTIONS +except ImportError: + from .data.fluent_gui_help_patch import XML_HELP_PATCH + from .data.tui_menu_descriptions import MENU_DESCRIPTIONS from ansys.fluent.core import FluentMode, launch_fluent from ansys.fluent.core.services.datamodel_tui import (