Avoided using deprecated version of importlib; refs #23418.

This commit is contained in:
Tim Graham 2014-09-10 13:07:40 -04:00
parent 96010ae15b
commit fbeb7979ee
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import absolute_import # Avoid importing `importlib` from this package.
from importlib import import_module