← All recipes
Moderne licensed

Find deprecated imp module usage

Recipe IDorg.openrewrite.python.migrate.FindImpUsageArtifactopenrewrite-migrate-python

Find imports of the deprecated imp module which was removed in Python 3.12. Migrate to importlib.

Single recipepythonmigration3.12Proprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.migrate.FindImpUsage

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-migrate-python