Make chirp.py work with dynamic registration

This commit is contained in:
Dan Smith 2012-02-21 07:27:20 -08:00
parent 0874d33954
commit a437f2f436

View file

@ -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"