More Python 3.10 compat.

This commit is contained in:
Dan Albert
2021-11-21 11:28:34 -08:00
parent 08d670a882
commit ef73f712ec
7 changed files with 15 additions and 20 deletions

View File

@@ -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