Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility fix for Python 3 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Lucas-C
Copy link

@Lucas-C Lucas-C commented Apr 28, 2017

moving from Zope "implements" to "@Implementer"

I haven't tested this under Python 2, but it fixes an import-breaking issue with Python 3.

@nachitox
Copy link

On Python 3.5.2, I have this problem:

File "/usr/local/lib/python3.5/dist-packages/topia/termextract/extract.py", line 20, in
from topia.termextract import interfaces, tag
File "/usr/local/lib/python3.5/dist-packages/topia/termextract/tag.py", line 194
print zip(*tok.tokenize(t))
^
SyntaxError: invalid syntax

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

Successfully merging this pull request may close these issues.

2 participants