#527 - Fixing rename

pull/533/head
Augusto Monteiro 2017-02-24 19:42:26 -03:00
parent 2b96f2dd19
commit 5def9aceca
3 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@
from adapt.intent import IntentBuilder
from os.path import dirname
from requests import HTTPError
from mycroft.api import DeviceApi

View File

@ -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

View File

@ -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"). \