summaryrefslogtreecommitdiff
path: root/nephilim/song.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/song.py
parent56b63e7929bc9a2b74535107e7a9bb5f317bacc1 (diff)
Port to PyQt5.
Diffstat (limited to 'nephilim/song.py')
-rw-r--r--nephilim/song.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/song.py b/nephilim/song.py
index d68b21c..b0891df 100644
--- a/nephilim/song.py
+++ b/nephilim/song.py
@@ -15,7 +15,7 @@
# along with Nephilim. If not, see <http://www.gnu.org/licenses/>.
#
-from PyQt4 import QtCore
+from PyQt5 import QtCore
import os
from string import Template