#161 imported proper value

pull/162/head
Eugene R. Miller 2016-06-17 03:06:51 -06:00
parent 520c28bae2
commit f70dc129aa
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from os.path import exists
from mycroft.configuration import USER_THIRD_PARTY_SKILLS_DIR
from mycroft.messagebus.client.ws import WebsocketClient
from mycroft.skills.core import load_skills,
from mycroft.skills.core import load_skills, THIRD_PARTY_SKILLS
from mycroft.util.log import getLogger
logger = getLogger("Skills")