Skip to content

Version check in __init__ not working #5

@rudolfzwickarsch-hash

Description

@rudolfzwickarsch-hash

When trying to import the module under Python 3.9, an exception occurs during "from .climenu import menu".
The hint "Python 3.10 or a newer version is required" is not shown as a result.

Solution:
Move the "from .climenu import menu" down, below the version check.

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