5 |
5 |
6 """ |
6 """ |
7 Module implementing the handler class for reading an XML project session file. |
7 Module implementing the handler class for reading an XML project session file. |
8 """ |
8 """ |
9 |
9 |
10 from E4Gui.E4Application import e5App |
10 from E5Gui.E5Application import e5App |
11 |
11 |
12 from .Config import sessionFileFormatVersion |
12 from .Config import sessionFileFormatVersion |
13 from .XMLHandlerBase import XMLHandlerBase |
13 from .XMLHandlerBase import XMLHandlerBase |
14 |
14 |
15 class SessionHandler(XMLHandlerBase): |
15 class SessionHandler(XMLHandlerBase): |