webexmemebot/imp.py

5 lines
129 B
Python
Raw Normal View History

"""Compatibility module that imports all symbols from the importlib module.
and exposes them as imp."""
from importlib import *