mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
PyQt5 -> PyQt6
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
from collections.abc import Iterable
|
||||
from pathlib import Path
|
||||
|
||||
from PyQt5.QtCore import QDir, qWarning
|
||||
from PyQt6.QtCore import QDir, qWarning
|
||||
|
||||
import mobase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user