* Update to fix pep8 errors (#420) * Update skills system to load from subfolders * Update for pep8 * Issues 401 - Saying zero instead of oh * Issues 401 - Adding log on pairing skill * added skill_container to mycroft-base-setup.pypull/465/head
parent
2a9bc7bda2
commit
6febe92aaa
|
@ -27,6 +27,7 @@ setup(
|
|||
'mycroft-audio-test=mycroft.util.audio_test:main',
|
||||
'mycroft-enclosure-client=mycroft.client.enclosure.main:main',
|
||||
'mycroft-wifi-setup-client=mycroft.client.wifisetup.main:main',
|
||||
'mycroft-skill-container=mycroft.skills.container:main',
|
||||
'mycroft-cli-client=mycroft.client.text.main:main'
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue