Skip to content

Drop six from petclaw #761

Description

@mandli

5. Drop six from petclaw

Three petclaw modules still import the Python 2 compatibility shim:

  • src/petclaw/plot.py:1from six.moves import range
  • src/petclaw/fileio/petsc.py:13from six.moves import range
  • src/petclaw/fileio/hdf5.py:18,84,163import six, six.iteritems,
    six.itervalues

Given that we are Python 3 only these are no longer needed.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions