Skip to content

Commit

Permalink
tuigen update 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 5, 2024
1 parent 95b04e4 commit 5e183b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codegen/tuigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5e183b5

Please sign in to comment.