From b042ea10ec85a5529dacc260b277d8a4f1095e60 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Tue, 7 Nov 2023 20:50:39 +0000 Subject: [PATCH] Move test_playlists.py to X_test_playlists for now --- test_playlists.py => X_test_playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test_playlists.py => X_test_playlists.py (99%) diff --git a/test_playlists.py b/X_test_playlists.py similarity index 99% rename from test_playlists.py rename to X_test_playlists.py index 57e63d3..90ba515 100644 --- a/test_playlists.py +++ b/X_test_playlists.py @@ -1,4 +1,4 @@ -from PyQt5.QtCore import Qt +from PyQt6.QtCore import Qt from app import playlists from app import models