In this patch, I have gotten rid of zachopy.Talker in favor of python's built-in logging facility.
I have also gotten rid of the imports module, deleted some files containing dead code and some dead functions, reformatted some files to be more PEP8 compliant.
In this patch, I have gotten rid of
zachopy.Talker
in favor of python's built-inlogging
facility.I have also gotten rid of the
imports
module, deleted some files containing dead code and some dead functions, reformatted some files to be more PEP8 compliant.