__main__: fix imports

This commit is contained in:
Roman Zeyde
2015-06-23 11:37:52 +03:00
parent c56f696e9e
commit 01c78bae8f

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK
from amodem import main, calib, audio, async
from amodem.config import bitrates
from . import main, calib, audio, async
from .config import bitrates
from . import version
import os