diff -r a081458cc57b -r 144a6b854f70 eric7/EricXML/SessionReader.py --- a/eric7/EricXML/SessionReader.py Sat May 22 19:52:34 2021 +0200 +++ b/eric7/EricXML/SessionReader.py Sat May 22 19:58:24 2021 +0200 @@ -7,7 +7,7 @@ Module implementing a class for reading an XML session file. """ -from E5Gui.EricApplication import ericApp +from EricWidgets.EricApplication import ericApp from .Config import sessionFileFormatVersion from .XMLStreamReaderBase import XMLStreamReaderBase