From ded8496439c0a1bfa2d244470cbd99113b8e84be Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 13 Oct 2020 13:49:22 +0200 Subject: Port to PyQt5. --- nephilim/icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nephilim/icons.py') diff --git a/nephilim/icons.py b/nephilim/icons.py index 511f3ab..48cd32b 100644 --- a/nephilim/icons.py +++ b/nephilim/icons.py @@ -7,7 +7,7 @@ # # WARNING! All changes made in this file will be lost! -from PyQt4 import QtCore +from PyQt5 import QtCore qt_resource_data = "\ \x00\x00\x09\xe2\ -- cgit v1.2.3