Add missing imports
offlate/ui/parallel.py
15 | 15 | #### | |
16 | 16 | ||
17 | 17 | from PyQt5.QtCore import * | |
18 | + | from ..formats.formatException import UnsupportedFormatException | |
19 | + | from ..systems.systemException import ProjectNotFoundSystemException | |
18 | 20 | ||
19 | 21 | class RunnableCallback: | |
20 | 22 | def progress(self, amount): |