Skip to content

Python3 on Ubuntu 20.04 #17

@jboyd79

Description

@jboyd79

Hello,

To run using python3 on ubuntu 20.04,
I had to change line 57 from

for key in config.iterkeys():

to

for key in config:

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