Skip to content

Python 3 Support #4

@cthoyt

Description

@cthoyt

I can't run the unit tests on python3

I noticed there are a lot of print keywords throughout the code. I'd suggest using the logging module instead.

To do:

  • fix print statements with from __future__ import print_function or replace with logging
  • fix imports to be relative (might also require project restructuring)
  • fix incompatible typs (basestring, long, etc.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions