mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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