From d92db14141a72c4053e070ddf48568ee2c3ccdb1 Mon Sep 17 00:00:00 2001 From: lojack5 <1458329+lojack5@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:00:49 -0600 Subject: [PATCH] Fixup from conflict resolution --- etgtools/extractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etgtools/extractors.py b/etgtools/extractors.py index a813bf9f..3608bc9e 100644 --- a/etgtools/extractors.py +++ b/etgtools/extractors.py @@ -16,7 +16,7 @@ import sys import os import pprint from typing import Optional -import xml.etree.ElementTree as et +import xml.etree.ElementTree as ET import copy from .tweaker_tools import AutoConversionInfo, FixWxPrefix, MethodType, magicMethods, \