MycroftAI / fallback-wolfram-alpha

Mycroft AI official Wolfram Alpha Skill - used as a fallback if an Intent is not matched
https://mycroft.ai/skills
Apache License 2.0
8 stars 24 forks source link

Python 3 compatibility #15

Closed MatthewScholefield closed 6 years ago

MatthewScholefield commented 6 years ago

This changes the import to be Python 3 compatible with a fallback to Python 2's import.

forslund commented 6 years ago

There is a fix on master for this, (merged before I realized there was a new 18.02 branch) should this be used in it's stead or should we cherry-pick that commit?

MatthewScholefield commented 6 years ago

We'll use the one on master