mycroft-core/mycroft/util
Åke a006a3d5b6 Merge pull request #1120 from MycroftAI/feature/fix-log-autocomplete
Fix log autocomplete

==== Tech Notes ====
Due to the use of setattr(), IDEs like PyCharm couldn't use autocomplete on the LOG class. This unrolls the loop so that the logging attributes appear in the autocomplete menu.
2017-10-07 13:06:15 +02:00
..
__init__.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
audio_test.py Add notifications when starting/stopping recording 2017-10-04 21:56:02 -05:00
download.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
format.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
json_helper.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
log.py Merge pull request #1120 from MycroftAI/feature/fix-log-autocomplete 2017-10-07 13:06:15 +02:00
parse.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
setup_base.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
signal.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00