Progress toward rewriting the parser to be less insane.

This commit is contained in:
Nick Foster
2013-06-18 17:34:11 -07:00
parent 230356bcaa
commit a1e2297134
5 changed files with 260 additions and 288 deletions

View File

@@ -53,7 +53,7 @@ from air_modes_swig import *
#
from rx_path import rx_path
from zmq_socket import zmq_pubsub_iface
from parse import parse,modes_reply
from parse import *
from msprint import output_print
from sql import output_sql
from sbs1 import output_sbs1
@@ -62,6 +62,8 @@ from raw_server import raw_server
from radio import modes_radio
from exceptions import *
from az_map import *
from types import *
from altitude import *
#this is try/excepted in case the user doesn't have numpy installed
try:
from flightgear import output_flightgear