mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Make chirp.py work with dynamic registration
This commit is contained in:
parent
0874d33954
commit
a437f2f436
1 changed files with 2 additions and 4 deletions
6
chirp.py
6
chirp.py
|
|
@ -21,10 +21,8 @@ import sys
|
|||
from optparse import OptionParser
|
||||
import optparse
|
||||
|
||||
from chirp import util
|
||||
from chirp import ic9x, id800, ic2820, ic2200, icx8x, id880, vx3, vx7, vx8
|
||||
from chirp import tmv71
|
||||
from chirp import chirp_common, errors, idrp, directory
|
||||
from chirp import *
|
||||
from chirp import chirp_common, errors, idrp, directory, util
|
||||
|
||||
def fail_unsupported():
|
||||
print "Operation not supported by selected radio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue