Several small changes based on the code review feedback: * Drop '_' from classes like Enclosure_Mark1 * Adopt Python 3 style for class definitions and don't explicitly list '(object)' * Slightly better documentation * Moved MycroftSkill.show_html() to SkillGUI, resulting in code like self.gui.show_page('Weather.qml') * Renamed SkillGUI.__dict to SkillGUI.__session_data. This better reflects the how values are accessed in the QML. |
||
---|---|---|
.. | ||
__init__.py |