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

Python3 compatibility issue #1

@LoseNine

Description

@LoseNine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions