mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
More Python 3.10 compat.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from PySide6.QtWidgets import QGroupBox, QLabel, QVBoxLayout, QPushButton
|
||||
from PySide6.QtWidgets import QGroupBox, QLabel, QPushButton, QVBoxLayout
|
||||
|
||||
from game import Game
|
||||
from game.theater import ControlPoint
|
||||
|
||||
Reference in New Issue
Block a user