Skip to content

Commit

Permalink
removed deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
EHAT32 committed Dec 24, 2024
1 parent a21ba74 commit 3f490e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagilmo/VereyaPython/load_from_xml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xml.etree.ElementTree as ET
import tagilmo.utils.mission_builder as mb
from .xml_util import xml_to_dict, remove_namespaces
from .xml_util import remove_namespaces

def _createAbout(aboutRoot = None):
about = mb.About()
Expand Down

0 comments on commit 3f490e5

Please sign in to comment.