8000 Python module has some python2 syntax needs to be updated to python3 · Issue #77 · andreww/fox · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Python module has some python2 syntax needs to be updated to python3 #77
Open
@ekluzek

Description

@ekluzek

Using the black formatter I noticed that the following file has python2 syntax and should be updated to python3 since python2 is no longer supported.

wkml/rgb2wkml.py

I think it's mostly the

print "thing"

type of statements need to change to

print( "thing)

So it's easy to do. You can check it with black and tell it what version you want to check it against.

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

      0