#527 - Fixing rename
parent
2b96f2dd19
commit
5def9aceca
|
@ -17,7 +17,6 @@
|
|||
|
||||
|
||||
from adapt.intent import IntentBuilder
|
||||
from os.path import dirname
|
||||
from requests import HTTPError
|
||||
|
||||
from mycroft.api import DeviceApi
|
||||
|
|
|
@ -14,11 +14,11 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Mycroft Core. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from threading import Timer
|
||||
from uuid import uuid4
|
||||
|
||||
from adapt.intent import IntentBuilder
|
||||
from os.path import dirname
|
||||
|
||||
from mycroft.api import DeviceApi
|
||||
from mycroft.identity import IdentityManager
|
||||
|
|
|
@ -36,7 +36,7 @@ BIN = config.get("path", join(MYCROFT_ROOT_PATH, 'msm'))
|
|||
|
||||
class SkillInstallerSkill(MycroftSkill):
|
||||
def __init__(self):
|
||||
super(SkillInstallerSkill, self).__init__(name="SkillSkill")
|
||||
super(SkillInstallerSkill, self).__init__(name="SkillInstallerSkill")
|
||||
|
||||
def initialize(self):
|
||||
install = IntentBuilder("InstallIntent"). \
|
||||
|
|
Loading…
Reference in New Issue