Skip to content

Add to lines at the top to make it workable in python 2.7. #1

@TobiasWegener

Description

@TobiasWegener

Hallo,
you could may add only two lines at the top to make it work for Python 2.7:

 from __future__ import division
 from __future__ import unicode_literals

At least that works for me. Are you interested in more input?
Because I think it is very useful tool, and worth some tinkering.

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