Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

from __future__ import print_function in hotword.py #143

Closed
shivasiddharth opened this issue Dec 21, 2017 · 2 comments
Closed

from __future__ import print_function in hotword.py #143

shivasiddharth opened this issue Dec 21, 2017 · 2 comments

Comments

@shivasiddharth
Copy link
Contributor

Do we need the print function import? I suppose it would throw some import errors.

@Fleker
Copy link
Contributor

Fleker commented Dec 21, 2017

It is being used as a compatibility layer between Python 2.7 and Python 3 for printing. This StackOverflow question has more information about it.

@shivasiddharth
Copy link
Contributor Author

Ok..Thanks !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants