summaryrefslogtreecommitdiff
path: root/nephilim/metadata_fetcher.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-13 13:49:22 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-13 13:49:22 +0200
commitded8496439c0a1bfa2d244470cbd99113b8e84be (patch)
treef691d38fffadf4c314b615bccff027de5f14d970 /nephilim/metadata_fetcher.py
parent56b63e7929bc9a2b74535107e7a9bb5f317bacc1 (diff)
Port to PyQt5.
Diffstat (limited to 'nephilim/metadata_fetcher.py')
-rw-r--r--nephilim/metadata_fetcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nephilim/metadata_fetcher.py b/nephilim/metadata_fetcher.py
index efce65a..72d7fae 100644
--- a/nephilim/metadata_fetcher.py
+++ b/nephilim/metadata_fetcher.py
@@ -15,8 +15,8 @@
# along with Nephilim. If not, see <http://www.gnu.org/licenses/>.
#
-from PyQt4 import QtCore, QtNetwork
-from PyQt4.QtCore import pyqtSignal as Signal
+from PyQt5 import QtCore, QtNetwork
+from PyQt5.QtCore import pyqtSignal as Signal
from song import Song