(root)/
Python-3.12.0/
Lib/
lib2to3/
fixes/
fix_imports2.py
       1  """Fix incompatible imports and module references that must be fixed after
       2  fix_imports."""
       3  from . import fix_imports
       4  
       5  
       6  MAPPING = {
       7              'whichdb': 'dbm',
       8              'anydbm': 'dbm',
       9            }
      10  
      11  
      12  class ESC[4;38;5;81mFixImports2(ESC[4;38;5;149mfix_importsESC[4;38;5;149m.ESC[4;38;5;149mFixImports):
      13  
      14      run_order = 7
      15  
      16      mapping = MAPPING