Move parser factory decorator into parse.py. Fix multiple bugs in parse.

This commit is contained in:
Nick Foster
2013-06-18 21:49:07 -07:00
parent 302fa7203d
commit a7af518653
4 changed files with 29 additions and 27 deletions

View File

@@ -64,6 +64,7 @@ from exceptions import *
from az_map import *
from types import *
from altitude import *
from cpr import cpr_decoder
#this is try/excepted in case the user doesn't have numpy installed
try:
from flightgear import output_flightgear