src/eric7/QScintilla/Exporters/ExporterHTML.py

branch
eric7
changeset 10496
f9925e08dbce
parent 10439
21c28b0f9e41
child 10928
46651e194fbe
diff -r 73ec0786d60e -r f9925e08dbce src/eric7/QScintilla/Exporters/ExporterHTML.py
--- a/src/eric7/QScintilla/Exporters/ExporterHTML.py	Thu Jan 11 22:13:39 2024 +0100
+++ b/src/eric7/QScintilla/Exporters/ExporterHTML.py	Fri Jan 12 12:08:29 2024 +0100
@@ -10,7 +10,7 @@
 # This code is a port of the C++ code found in SciTE 1.74
 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
 
-import importlib
+import importlib.util
 import io
 import os
 import sys

eric ide

mercurial