Skip to content

Python 3 Support #4

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.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions