diff --git a/radio/__init__.py b/radio/__init__.py new file mode 100644 index 0000000..726217b --- /dev/null +++ b/radio/__init__.py
This isn't okay, as it will generate a top-level module called 'radio' if the package is installed on the system. I.e. it would look like this:
from radio import ic2820
This needs to be under chirp/, and I'd prefer "drivers".
Note that your chirpc rename patch did not work, as mercurial didn't properly generate a follow-able rename change and instead just deleted/added the old/new file(s). So, that means someone who uses mercurial will have to generate that patch (jab).
Before we do, I'd like to ask the group whether they think this is really something we need to change. I agree that chirp/ is very cluttered, but I'm also not sure that it really matters. This massive rename is kindof a hassle (and will break my muscle memory).
So: should we do this?
--Dan