Fix bad import.

This commit is contained in:
Dan Albert 2021-12-23 12:56:42 -08:00
parent 0c7d549e59
commit 43d5dc0528

View File

@ -5,6 +5,7 @@ from PySide2.QtCore import Property, QObject, Signal
from game import Game from game import Game
from game.ato import Flight from game.ato import Flight
from game.flightplan import JoinZoneGeometry from game.flightplan import JoinZoneGeometry
from .config import ENABLE_EXPENSIVE_DEBUG_TOOLS
from .leaflet import LeafletLatLon, LeafletPoly from .leaflet import LeafletLatLon, LeafletPoly
from .shapelyutil import ShapelyUtil from .shapelyutil import ShapelyUtil