5 lines
129 B
Python
5 lines
129 B
Python
"""Compatibility module that imports all symbols from the importlib module.
|
|
and exposes them as imp."""
|
|
|
|
from importlib import *
|