fix import error in Python3

This commit is contained in:
junzis
2017-03-23 16:10:22 +01:00
parent 1e82b5c59c
commit fefd26a787
6 changed files with 9 additions and 17 deletions

View File

@@ -1,6 +1,4 @@
import os, sys
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))+'/pyModeS')
import adsb, ehs, util
from pyModeS import adsb, ehs, util
# === Decode sample data file ===