Port from PyQt5 to PySide2

This commit is contained in:
Micah Lee 2020-10-13 22:28:21 -07:00
parent 5eb2bb6353
commit decf703cd9
33 changed files with 86 additions and 106 deletions

View file

@ -5,7 +5,7 @@ import shutil
import sys
from datetime import datetime, timedelta
from PyQt5 import QtCore, QtTest
from PySide2 import QtCore, QtTest
from .gui_base_test import GuiBaseTest