Skip to content

Python 3 compatible #21

Description

@threatlead

Suggestions:

try:
    from StringIO import StringIO
except ImportError:
    from io import StringIO
def __init__(self, patterns_ini=None, ..., library='pypdf2', ...):

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions