Skip to content

Fix shebang #3

@mueslo

Description

@mueslo

It's currently:

#!/usr/bin/env python

This implies the code works with python3 as well as python2. It does not. According to PEP 394, the shebang should be

#!/usr/bin/env python2

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