Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Python3 compatibility issue #1

Open
LoseNine opened this issue Mar 18, 2019 · 0 comments
Open

Python3 compatibility issue #1

LoseNine opened this issue Mar 18, 2019 · 0 comments

Comments

@LoseNine
Copy link

LoseNine commented Mar 18, 2019

If you use python3, you should change this code to
from zope.interface import implementer @implementer(IUser) class User(object): def __init__(self, session): self.name = None

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

1 participant