Skip to content

'with' statements not Python 2.5 compatible #267

@darkpixel

Description

@darkpixel

There are a handful of 'with' statements throughout the code that causes Python 2.5 to die.

Need to add 'from future import with_statement' to the top of those files to make it compatible.

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