Move az_map import into GUI as it doesn't belong in the module init

This commit is contained in:
Nick Foster 2016-08-05 16:19:05 -07:00
parent c29eb6030a
commit 3bad1f5d35
2 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@ import air_modes
from air_modes.exceptions import *
from air_modes.modes_rx_ui import Ui_MainWindow
from air_modes.gui_model import *
from air_modes.az_map import *
import sqlite3
import zmq

View File

@ -67,7 +67,6 @@ from kml import output_kml, output_jsonp
from raw_server import raw_server
from radio import modes_radio
from exceptions import *
from az_map import *
from types import *
from altitude import *
from cpr import cpr_decoder