Revert some changes

This commit is contained in:
alessandro90
2019-06-23 22:26:46 +02:00
parent 4913b7493e
commit f77fd1fbc6
2 changed files with 4 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
from PyQt5 import uic
from PyQt5.QtCore import Qt, pyqtSlot, pyqtSignal
from PyQt5.QtWidgets import QWidget, QDesktopWidget
from PyQt5.QtWidgets import QWidget
from threads import DownloadThread, ThreadStatus
from utilities import pop_up, resource_path
from constants import Constants, Messages