summarylogtreecommitdiffstats
path: root/020-python-3-12.patch
blob: 79b6cac55843ec5235490f16b1a7b6cad880f555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UPT.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UPT.py
index 693e01e0..35a7c952 100755
--- a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UPT.py
+++ b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UPT.py
@@ -15,7 +15,7 @@ UPT
 #
 import locale
 import sys
-from imp import reload
+from impportlib import reload
 encoding = locale.getdefaultlocale()[1]
 if encoding:
     reload(sys)